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

usb.core.NoBackendError: No backend available #124

Open
sandeeprajpatnala opened this issue Mar 28, 2022 · 0 comments
Open

usb.core.NoBackendError: No backend available #124

sandeeprajpatnala opened this issue Mar 28, 2022 · 0 comments

Comments

@sandeeprajpatnala
Copy link

Hi please help me with this iam using pyusb module for my project and installed Libusb but I still see no backend available, I am using MACOS version 13. below is the output

import usb.core
usb.core.find(find_all=True)
Traceback (most recent call last):
File "", line 1, in
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/usb/core.py", line 1309, in find
raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available

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

1 participant