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

LibMambaUnsatisfiableError in ipp_base docker build #41

Open
tomichec opened this issue Oct 9, 2024 · 1 comment
Open

LibMambaUnsatisfiableError in ipp_base docker build #41

tomichec opened this issue Oct 9, 2024 · 1 comment

Comments

@tomichec
Copy link

tomichec commented Oct 9, 2024

When building the ipp_base image, the process fails on conflicting pins error:

Step 7/10 : RUN conda install --quiet --yes -c conda-forge     ipywidgets     jupyter     jupyterlab     ipython     pillow     paraview=5.8.0=py37ha369aaf_8     nodejs     numpy     matplotlib     scipy
 ---> Running in 0d084e3e746c
Channels:
 - conda-forge
 - defaults
Platform: linux-64
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... warning  libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package paraview-5.8.0-py37ha369aaf_8 requires python >=3.7,<3.8.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ paraview ==5.8.0 py37ha369aaf_8 is installable and it requires
│  └─ python >=3.7,<3.8.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
   └─ python 3.12.* , which conflicts with any installable versions previously reported.

Pins seem to be involved in the conflict. Currently pinned specs:
 - python 3.12.* (labeled as 'pin-1')


The command '/bin/bash -c conda install --quiet --yes -c conda-forge     ipywidgets     jupyter     jupyterlab     ipython     pillow     paraview=5.8.0=py37ha369aaf_8     nodejs     numpy     matplotlib     scipy' returned a non-zero code: 1

Does anyone have a suggestion how to fix the problem? What is the pin-1 here? I haven't found a reference to it in the repository and neither pin to python 3.12.*.

@tomichec
Copy link
Author

tomichec commented Oct 9, 2024

Just a note: removing the version specification from the paraview package solves the problem, but other problems appear when builiding ipp image.

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

No branches or pull requests

1 participant