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

PyUSB exception on Mac #14

Open
erikdvlp opened this issue Feb 25, 2022 · 1 comment
Open

PyUSB exception on Mac #14

erikdvlp opened this issue Feb 25, 2022 · 1 comment

Comments

@erikdvlp
Copy link

Running the application on a Mac (possibly only an ARM Mac?) will produce a NoBackendError: No backend available error from PyUSB as it cannot locate libusb.

While this isn't really an issue with g203-led, you may consider including run instructions for Macs. The following fixed the issue for me (requires Homebrew):

brew install libusb
ln -s /opt/homebrew/lib ~/lib

More info here: https://stackoverflow.com/questions/70729330/python-on-m1-mbp-trying-to-connect-to-usb-devices-nobackenderror-no-backend-a

@mpr1255
Copy link

mpr1255 commented Mar 18, 2023

FYI I got this working today on an M1. Big problem is how to make it run on boot every time. Logitech is absolutely horrible to sell us this product where you can't even turn the bloody lights off.

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

2 participants