-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
upstream-dev failure when installing pandas #4133
Comments
@keewis not sure about the build issue, but we (along with many other projects) recently moved our wheels to upload to https://anaconda.org/scipy-wheels-nightly/. https://anaconda.org/scipy-wheels-nightly/pandas/ does have py38 wheels. |
Ah, the (numpy) build failure is because pandas doesn't have a py38 entry in our pyproject.toml. Fixing that now. edit: pandas-dev/pandas#34667. But you'll still want to update your CI at Line 16 in 2a288f6
Line 23 in 2a288f6
|
So after #4124 has been fixed upstream, we now have problems with installing
numpy
/pandas
:I'm not sure if I read the logs correctly, but it seems
pandas
(or the process to build their wheel, see theirpyproject.toml
) depends onnumpy==1.15.4
which doesn't have a wheel for py38 and thus the source distribution is chosen. I'm not sure why the building the wheel from sdist doesn't work anymore, though.For reference, see the logs of the last passing build.
The text was updated successfully, but these errors were encountered: