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

Incorrect version conflict errors #4865

Closed
basnijholt opened this issue Mar 13, 2017 · 2 comments
Closed

Incorrect version conflict errors #4865

basnijholt opened this issue Mar 13, 2017 · 2 comments
Labels
locked [bot] locked due to inactivity

Comments

@basnijholt
Copy link
Contributor

basnijholt commented Mar 13, 2017

Conda tells me that there is a version conflict between the wrong packages, see:

[basnijholt@hpc05:~]$ conda create --name python3.6 python=3.6
[basnijholt@hpc05:~]$ source activate python3.6
(python3.6) [basnijholt@hpc05:~]$ conda --version
conda 4.2.13

(python3.6) [basnijholt@hpc05:~]$ conda install --yes ipywidgets=6.0* scipy=0.16*
Fetching package metadata .........
Solving package specifications: ....


UnsatisfiableError: The following specifications were found to be in conflict:
  - ipywidgets 6.0*
  - python 3.6*
Use "conda info <package>" to see the dependencies for each package.

However

(python3.6) [basnijholt@hpc05:~]$ conda install --yes ipywidgets=6.0*
Fetching package metadata .........
Solving package specifications: ..........

Package plan for installation in environment /home/basnijholt/anaconda3/envs/python3.6:

The following NEW packages will be INSTALLED:

    bleach:             1.5.0-py36_0  conda-forge
    html5lib:           0.999-py36_0  conda-forge
    ipykernel:          4.5.2-py36_0  conda-forge
    ipython:            5.3.0-py36_0  conda-forge
    ipython_genutils:   0.1.0-py36_0  conda-forge
    ipywidgets:         6.0.0-py36_0  conda-forge
    jinja2:             2.9.5-py36_0  conda-forge
...
...

So the error is with Python 3.6 and scipy=0.16*.

@nehaljwani
Copy link
Contributor

Seems to be fixed in Conda v4.3.14:

(python3.6) [root@44be1abdb051 ~]$ conda install --yes ipywidgets=6.0* scipy=0.16*
Fetching package metadata ...........
Solving package specifications: .


UnsatisfiableError: The following specifications were found to be in conflict:
  - python 3.6*
  - scipy 0.16* -> numpy 1.9* -> python 3.5* -> sqlite 3.9.*
  - scipy 0.16* -> numpy 1.9* -> python 3.5* -> xz 5.0.*
Use "conda info <package>" to see the dependencies for each package.


(python3.6) [root@44be1abdb051 ~]$ conda --version
conda 4.3.14

@github-actions
Copy link

Hi there, thank you for your contribution to Conda!

This issue has been automatically locked since it has not had recent activity after it was closed.

Please open a new issue if needed.

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Oct 30, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

No branches or pull requests

3 participants