You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instruction on readme.md, using Python3, my path now includes :
/usr/local/include/libuvc: /usr/local/inc: /usr/local/lib
but uvc module an not be found by Python
Thanks,
Sefa
The text was updated successfully, but these errors were encountered:
Please note the difference between not finding libuvc and not finding the python module uvc. The latter indicates that the python module was not correctly installed.
Please let me know which operating system and Python version you are using.
I ran into this and resolved it with: pip install pupil-labs-uvc.
At first, I had tried "pip install uvc", installing the wrong library as a result until I found the correct installation method from the main README file.
I followed the instruction on readme.md, using Python3, my path now includes :
/usr/local/include/libuvc: /usr/local/inc: /usr/local/lib
but uvc module an not be found by Python
Thanks,
Sefa
The text was updated successfully, but these errors were encountered: