Skip to content

CI: Mambaforge upgrade base image to 3.10 in docker build #48382

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
phofl opened this issue Sep 3, 2022 · 2 comments · Fixed by #48427
Closed

CI: Mambaforge upgrade base image to 3.10 in docker build #48382

phofl opened this issue Sep 3, 2022 · 2 comments · Fixed by #48427
Labels
CI Continuous Integration
Milestone

Comments

@phofl
Copy link
Member

phofl commented Sep 3, 2022

Mambaforge upgraded the python version to 3.10 in their image causing our builds to fail. The first affected version is 4.14.0-0

Failing build:
https://github.com/pandas-dev/pandas/runs/8171619523?check_suite_focus=true

@phofl phofl added the CI Continuous Integration label Sep 3, 2022
@phofl phofl mentioned this issue Sep 3, 2022
5 tasks
@mroeschke
Copy link
Member

mroeschke commented Sep 5, 2022

Generally, it's probably not great that in our Dockerfile that we're trying to update the base 3.10 environment with our 3.8 environment.yml as it appears conda/mamba is still trying to use 3.10 packages to update the environment.

A guess also is that downgrading certifi here (because of installing environment.yml?) is also probably not good.

  - certifi                                2022.6.15  py310hff52083_0     conda-forge                   
  + certifi                                2022.6.15  pyhd8ed1ab_1        conda-forge/noarch       158kB

@phofl
Copy link
Member Author

phofl commented Sep 5, 2022

No this isn’t great. We should bump our python version at some point

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

Successfully merging a pull request may close this issue.

2 participants