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

Update Dask version to 2024.1.1 #307

Merged
merged 2 commits into from
Jan 27, 2024
Merged

Update Dask version to 2024.1.1 #307

merged 2 commits into from
Jan 27, 2024

Conversation

dask-bot
Copy link
Contributor

A new Dask version has been detected.

Updated Dockerfiles to use 2024.1.1.

@dask-bot dask-bot added the automerge PRs with this label will be auto merged on passing CI label Jan 27, 2024
@@ -1,4 +1,4 @@
ARG BASE_CONTAINER=condaforge/mambaforge:latest
ARG BASE_CONTAINER=condaforge/mambaforge:23.3.1-1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our Python 3.9 docker builds were failing (see this CI build) with this conda solve issue

#7 [2/4] RUN mamba install -y     "mamba>=0.27.0"     python=3.9     nomkl     cmake     dask=2024.1.1     cachey     streamz     && mamba clean -tipy     && find /opt/conda/ -type f,l -name '*.a' -delete     && find /opt/conda/ -type f,l -name '*.pyc' -delete     && find /opt/conda/ -type f,l -name '*.js.map' -delete     && find /opt/conda/lib/python*/site-packages/bokeh/server/static -type f,l -name '*.js' -not -name '*.min.js' -delete     && rm -rf /opt/conda/pkgs
#7 16.82 
#7 16.82 Looking for: ["mamba[version='>=0.27.0']", 'python=3.9', 'nomkl', 'cmake', 'dask=2024.1.1', 'cachey', 'streamz']
#7 16.82 
#7 16.82 Could not solve for environment specs
#7 16.82 The following packages are incompatible
#7 16.82 ├─ python 3.9**  is requested and can be installed;
#7 16.82 └─ truststore is not installable because it requires
#7 16.82    └─ python >=3.10  but there are no viable options
#7 16.82       ├─ python [3.10.0|3.10.1|...|3.12.1] conflicts with any installable versions previously reported;
#7 16.82       └─ python 3.12.0rc3 would require
#7 16.82          └─ _python_rc, which does not exist (perhaps a missing channel).
#7 ERROR: process "/bin/bash -c mamba install -y     \"mamba>=0.27.0\"     python=${PYTHON_VERSION}     nomkl     cmake     dask=${DASK_VERSION}     cachey     streamz     && mamba clean -tipy     && find /opt/conda/ -type f,l -name '*.a' -delete     && find /opt/conda/ -type f,l -name '*.pyc' -delete     && find /opt/conda/ -type f,l -name '*.js.map' -delete     && find /opt/conda/lib/python*/site-packages/bokeh/server/static -type f,l -name '*.js' -not -name '*.min.js' -delete     && rm -rf /opt/conda/pkgs" did not complete successfully: exit code: 1
------
 > [2/4] RUN mamba install -y     "mamba>=0.27.0"     python=3.9     nomkl     cmake     dask=2024.1.1     cachey     streamz     && mamba clean -tipy     && find /opt/conda/ -type f,l -name '*.a' -delete     && find /opt/conda/ -type f,l -name '*.pyc' -delete     && find /opt/conda/ -type f,l -name '*.js.map' -delete     && find /opt/conda/lib/python*/site-packages/bokeh/server/static -type f,l -name '*.js' -not -name '*.min.js' -delete     && rm -rf /opt/conda/pkgs:
16.82 Looking for: ["mamba[version='>=0.27.0']", 'python=3.9', 'nomkl', 'cmake', 'dask=2024.1.1', 'cachey', 'streamz']
16.82 
16.82 Could not solve for environment specs
16.82 The following packages are incompatible
16.82 ├─ python 3.9**  is requested and can be installed;
16.82 └─ truststore is not installable because it requires
16.82    └─ python >=3.10  but there are no viable options
16.82       ├─ python [3.10.0|3.10.1|...|3.12.1] conflicts with any installable versions previously reported;
16.82       └─ python 3.12.0rc3 would require
16.82          └─ _python_rc, which does not exist (perhaps a missing channel).

I was able to work around this by pinning to the second-to-latest condaforge/mambaforge, which seems like a reasonable fix. cc @jacobtomlinson for visibility

@jrbourbeau jrbourbeau merged commit 663dce6 into main Jan 27, 2024
12 checks passed
@jrbourbeau jrbourbeau deleted the upgrade-dask-version branch January 27, 2024 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge PRs with this label will be auto merged on passing CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants