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: newer version of s3fs is pulled causing builds to fail #48271

Closed
phofl opened this issue Aug 26, 2022 · 2 comments · Fixed by #48299
Closed

CI: newer version of s3fs is pulled causing builds to fail #48271

phofl opened this issue Aug 26, 2022 · 2 comments · Fixed by #48299
Labels
CI Continuous Integration IO Network Local or Cloud (AWS, GCS, etc.) IO Issues
Milestone

Comments

@phofl
Copy link
Member

phofl commented Aug 26, 2022

Looks like we are pulling 0.6.0 (which is way smaller than our minimum version btw) instead of 0.4.2. The 0.6.0 requires aiobotocore, but is not compatible with the new version.

Working build:
https://github.com/pandas-dev/pandas/runs/8026125010?check_suite_focus=true

Failed build:
https://github.com/pandas-dev/pandas/runs/8035127801?check_suite_focus=true

Lets try to force at least the minimum s3fs version.

@phofl
Copy link
Member Author

phofl commented Aug 26, 2022

Our minimum version of s3fs is not compatible with aiobotocore >= 2.0, so have to pin to lower than 2.0 till we bump s3fs

@simonjayhawkins simonjayhawkins added this to the 1.5 milestone Aug 26, 2022
@simonjayhawkins simonjayhawkins added CI Continuous Integration IO Network Local or Cloud (AWS, GCS, etc.) IO Issues labels Aug 26, 2022
@simonjayhawkins
Copy link
Member

milestoning as 1.5 for now. will backport to 1.4.x if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration IO Network Local or Cloud (AWS, GCS, etc.) IO Issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants