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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: