toinsson / pyrealsense

Cross-platform ctypes/Cython wrapper to the librealsense library (v1.x)
http://pyrealsense.readthedocs.io
Apache License 2.0
121 stars 46 forks source link

Install issues #93

Closed DrBwts closed 4 years ago

DrBwts commented 4 years ago
Required Info
Camera Model F200
Firmware Version
Operating System & Version Win 10 x64
librealsense version Not 2 as it doesnt support my camera
pyrealsense version Whatever's on pip?

Is this still maintained?

Anyway I tried to install using,

pip install pyrealsense

But got the following error

ERROR: Command errored out with exit status 1: 'D:\ProgramData\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\NICBWT~1\\AppData\\Local\\Temp\\pip-install-25uygt1_\\pyrealsense\\setup.py'"'"'; __file__='"'"'C:\\Users\\NICBWT~1\\AppData\\Local\\Temp\\pip-install-25uygt1_\\pyrealsense\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\NICBWT~1\AppData\Local\Temp\pip-record-1q72eywi\install-record.txt' --single-version-externally-managed --compile --install-headers 'D:\ProgramData\Anaconda3\Include\pyrealsense' Check the logs for full command output.

Any idea whats going on here?

DrBwts commented 4 years ago

My apologies I didnt see the earlier response!