pklaus/brother_ql

usb.core.NoBackendError: No backend available

Opened this issue · 0 comments

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