-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
install_requires
does not work when with packages installed with --no-binary :all:
#1281
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
Comments
--no-binary :all:
install_requires
does not work when with packages installed with --no-binary :all:
The problem is with the
|
I see. Thanks! |
I have the problem described in the issue title, unrelated to Example setup.py file and versions in this gist. Reproduced here for convenience:
I can create a requirements file with the same specification
And this installs just fine:
As a workaround I can remove the
|
@mattbennett |
Uh oh!
There was an error while loading. Please reload this page.
In particular, when I use the
requirements.txt
:pip install -r requirements.txt
fails with:BUT, we see that PyWavelets 0.5.2 declares
numpy
withinstall_requires
(https://github.com/PyWavelets/pywt/blob/master/setup.py#L301), and furthermore removing the--no-binary :all:
modifier fromnumpy
installation then this example works.To reproduce (assuming you have docker):
If this is not the correct place to report this bug, could you direct me to the correct place?
The text was updated successfully, but these errors were encountered: