Skip to content

Update macOS instructions to not require python from homebrew#21

Open
rockbruno wants to merge 1 commit intobishopdynamics:mainfrom
rockbruno:macos-inst-bishop
Open

Update macOS instructions to not require python from homebrew#21
rockbruno wants to merge 1 commit intobishopdynamics:mainfrom
rockbruno:macos-inst-bishop

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