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

docs: Document requirement to install libusb separately on OSX/macOS #132

Closed
martinling opened this issue Jul 9, 2024 · 1 comment · Fixed by #154
Closed

docs: Document requirement to install libusb separately on OSX/macOS #132

martinling opened this issue Jul 9, 2024 · 1 comment · Fixed by #154
Assignees
Labels
documentation documentation improvement or addition

Comments

@martinling
Copy link
Member

On OSX/macOS, installing the libusb1 python package does not bring the native dylib with it, so it's necessary to install libusb through Homebrew, Macports or some other route.

@martinling martinling added the documentation documentation improvement or addition label Jul 9, 2024
@antoinevg antoinevg self-assigned this Jul 9, 2024
@mossmann
Copy link
Member

My opinion after researching #136 is that we should instruct the user to install both libusb and Python with Homebrew:

brew install python libusb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation improvement or addition
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants