Skip to content

nightly failing because it cannot find tzdata #579

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
Dr-Irv opened this issue Mar 16, 2023 · 4 comments · Fixed by #584
Closed

nightly failing because it cannot find tzdata #579

Dr-Irv opened this issue Mar 16, 2023 · 4 comments · Fixed by #584
Assignees

Comments

@Dr-Irv
Copy link
Collaborator

Dr-Irv commented Mar 16, 2023

See https://github.com/pandas-dev/pandas-stubs/actions/runs/4438156563/jobs/7789166798

nightly run is failing because it can't find tzdata >= 22.1, but that doesn't make sense as version 22.7 is available.

@twoertwein can you take a look?

@twoertwein
Copy link
Member

Re-running the job didn't fix it :(

I tried to re-create the issue locally but in my python 3.11 environment everything works fine. I'll create a PR bumping the two nightly runs to 3.11 - maybe it fixes it (maybe not) but it anyways doesn't hurt to use the newest pythn version for the two nightly tests.

@Dr-Irv
Copy link
Collaborator Author

Dr-Irv commented Mar 16, 2023

closed via #582

@Dr-Irv Dr-Irv closed this as completed Mar 16, 2023
@Dr-Irv
Copy link
Collaborator Author

Dr-Irv commented Mar 16, 2023

reopening as I merged a PR, and the fix in #582 didn't work. Can you take a look @twoertwein ?
https://github.com/pandas-dev/pandas-stubs/actions/runs/4440799088/jobs/7795051991

@Dr-Irv Dr-Irv reopened this Mar 16, 2023
@twoertwein
Copy link
Member

twoertwein commented Mar 16, 2023

The CI runs python -m pip install --use-deprecated=legacy-resolver --upgrade --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas and that also fails for me locally.

If I use python -m pip install --upgrade --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas it works! I will try to go back to the old PR adding that to see why we use the legacy resolver (edit: #238 (comment)).

edit: the above did not actually upgrade pandas... not even when adding --pre --upgrade-strategy eager.

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.

2 participants