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

ERROR: Service 'qpfas' failed to build : Build failed #1

Open
jamesquantum opened this issue Jul 13, 2022 · 0 comments · May be fixed by #2
Open

ERROR: Service 'qpfas' failed to build : Build failed #1

jamesquantum opened this issue Jul 13, 2022 · 0 comments · May be fixed by #2

Comments

@jamesquantum
Copy link

Build error due to conda conflicts when installing dask:

executor failed running [/bin/sh -c conda install -c conda-forge python-blosc cytoolz dask==2022.4.0 lz4 tini==0.18.0 -y]: exit code: 1
ERROR: Service 'qpfas' failed to build : Build failed

To fix change line 40 of Dockerfile
RUN conda install -c conda-forge python-blosc cytoolz dask==2021.6.2 lz4 tini==0.18.0 -y
to
RUN conda install -c conda-forge python-blosc cytoolz dask==2021.6.2 click==8.0.2 lz4 tini==0.18.0 -y

Solution explained here: dask/distributed#6013

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.

1 participant