ASTRA openni python issues

I am encountering a peculiar issue while attempting to access the ASTRA camera using the OpenNI library in Python. Specifically, I am unable to establish a connection with the camera, consistently encountering an error at the line of code where I attempt to access it using the dev = openni2.Device.open_any() statement. Despite my best efforts and numerous attempted solutions, the error persists, continually indicating that no device has been detected. However I can access the camera using openCV so it does exist and the PC can detect it.

here is the error I get