Skip to content
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

Closed
keewis opened this issue Jun 8, 2020 · 3 comments · Fixed by #4138
Closed

upstream-dev failure when installing pandas #4133

keewis opened this issue Jun 8, 2020 · 3 comments · Fixed by #4138

Comments

@keewis
Copy link
Collaborator

keewis commented Jun 8, 2020

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 their pyproject.toml) depends on numpy==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.

@dcherian
Copy link
Contributor

dcherian commented Jun 8, 2020

cc @TomAugspurger

@TomAugspurger
Copy link
Contributor

@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.

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jun 9, 2020

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

-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com \
and
python -m pip install \
to pull from the new locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants