Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import uvc: ModuleNotFoundError: No module named 'uvc' #82

Open
SefaHazir opened this issue Feb 17, 2021 · 3 comments
Open

import uvc: ModuleNotFoundError: No module named 'uvc' #82

SefaHazir opened this issue Feb 17, 2021 · 3 comments

Comments

@SefaHazir
Copy link

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

@Eomerdon
Copy link

I have met the same problem.

@papr
Copy link
Contributor

papr commented Aug 15, 2022

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.

@bluesherpa
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants