-
Notifications
You must be signed in to change notification settings - Fork 10
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
Getting ERROR: Invalid requirement: '-libgcc-mutex==0.1' when trying to reproduce PyData NYC talk #58
Comments
Thanks for reporting @lesteve - this is a legitimage bug. I think it is caused by some of the changes made in conda-forge where a libgcc mutex package was added (which is why it works in the video, but not here). As a temporary workaround, I found that adding |
Thanks for your answer and the work-around! Out of interest, is it something that should in principle be fixed in |
Now even adding |
PRs welcome here! |
I am trying to reproduce what @scopatz showed in his PyData NYC talk, i.e. creating wheels for
numpy
and installing the wheels in a new environment (https://youtu.be/ovMqBLspkK4?t=627):Here is the script I am using:
The error is:
Something I noticed (not sure whether this is important) is that I have an additional wheel (compared to what is shown on the screen https://youtu.be/ovMqBLspkK4?t=677).
This additional wheel is:
Trying to
pip install
this wheel yields the same error as above:For completeness here are the wheels I get from
conda-press
(some tiny differences in versions forlibgcc_ng
9.2 instead of 9.1 andlibopenblas
3.7-4 instead of 3.7-2) :All the other wheels seem problematic as well (when not using
--no-deps
), for example:The text was updated successfully, but these errors were encountered: