Skip to content

Windows python PRE build failing #19352

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

Closed
dstansby opened this issue Jan 24, 2021 · 1 comment
Closed

Windows python PRE build failing #19352

dstansby opened this issue Jan 24, 2021 · 1 comment

Comments

@dstansby
Copy link
Member

Currently the windows python PRE build is failing on azure pipelines, e.g. see here. The fact that it's failing doesn't inherently seem to be an issue, as it looks like numpy is failing to build against the development version of python.

However, pip seems to be trying to repeatedly install numpy, and failing multiple times before the build times out. It seems that pip tries to install the latest version of pandas, fails (as the numpy build fails), so tries the next oldest version of pandas, fails, etc. etc. until the 1 hr timeout is reached.

It would be good if there was a way to stop this happening so the build wasn't going on for the whole hour. Perhaps installing numpy first is the simplest way to fix this? Or installing matplotlib first, before installing the test dependencies?

@dstansby
Copy link
Member Author

I don't think this is an issue any more

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.

1 participant