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

Update macOS instructions to not require python from homebrew #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rockbruno
Copy link

The current instructions are not wrong, but they miss the problem. For some reason pyusb has issues finding libusb on arm64 macs, and a fix was pushed to master but not to the pypy package. While messing around with homebrew "solves" the problem, the correct solution here is to simply install pyusb from source. This allows users to skip installing python from homebrew if they already happen to have it from somewhere else (I use pyenv, for example).

I also added a note on the exact python version where I know this works, because I wouldn't be sure this works on any python3 version.

Copy link

@williamtcastro williamtcastro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works on macOS 15.1

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

Successfully merging this pull request may close these issues.

2 participants