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

[CI][Python] The pandas upstream_devel nightly build is skipping all pandas tests #39536

Closed
Tracked by #39532
jorisvandenbossche opened this issue Jan 9, 2024 · 2 comments

Comments

@jorisvandenbossche
Copy link
Member

The test-conda-python-3.11-pandas-upstream_devel is not working correctly, see eg https://github.com/ursacomputing/crossbow/actions/runs/7454906275/job/20283098411. This build is green, but that also partly because it just skipped all pandas related tests (the test-conda-python-3.10-pandas-nightly is working fine, this install pandas from a nightly wheel instead of building it from source).

I assume this is because the import of pandas fails. And the reason this import is failing is probably related to #39532.
My current assumption is that we are building pandas from source, but in the isolated build for that still build with numpy 1.x. But the installed numpy version is the nightly numpy 2.0.0.dev. And then you get an incompatibility (to run with numpy 2.0, pandas also needs to be built against it)

@jorisvandenbossche
Copy link
Member Author

(we still have the pandas-nightly build as well, so the lack of the upstream_devel build shouldn't be a release blocker)

@jorisvandenbossche
Copy link
Member Author

This is fixed nowadays (see eg https://github.com/ursacomputing/crossbow/actions/runs/8682389305/job/23806826378 for the latest build), so closing this issue.

(this might be because pandas will now install numpy latest in its isolated build)

@jorisvandenbossche jorisvandenbossche closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant