-
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
libgcc_ng and libstdcxx_ng listed as requirements #52
Comments
Thanks for reporting! can you please provide the full command you ran? |
Sure, I ran Used this script to download them and run Should add I'm new to |
What happens when you run |
Basically the only difference is that when running on a tarball it doesn't do a solve, and so doesn't build the wheels for the deps as well. It only builds the wheel for that tarball. Very open to suggestions for changes here! |
Yeah it would be nice if it still solved with tarballs. My goal was to generate a wheel from a specific Conda package. So using a tarball helped facilitate that. |
Ok great! |
When running
conda press
on thenumcodecs
packages recently using--fatten --skip-python
, it appears thatlibgcc_ng
andlibstdcxx_ng
were listed as requirements and their libraries not added. As a resultpip
fails to install as these libraries are missing. Additionally the wheels don't have these standard compiler libraries they are linked against.The text was updated successfully, but these errors were encountered: