-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add OS dependencies check to each setup.py #134
Comments
One way we could do this is to have a library that acts as a broker for native binaries. A check then could simply be |
This issue has been marked as |
This issue has been marked as |
This issue has been closed due to inactivity. |
As per giovanni, it would be nice if each package explicitly checked for the libraries and binaries it expects to find, and if it doesn't, make an attempt to show the user a friendly error message with the OS-appropriate install command for them.
The text was updated successfully, but these errors were encountered: