Anaconda: conda update all conflict

chintan s

The information about current conda installation is as below:

         platform : osx-64
    conda version : 4.1.5
conda-env version : 2.5.1
conda-build version : 0+unknown
   python version : 2.7.12.final.0
 requests version : 2.9.1
 root environment : /Users/chintanshah/anaconda  (writable)
default environment : /Users/chintanshah/anaconda
 envs directories : /Users/chintanshah/anaconda/envs
    package cache : /Users/chintanshah/anaconda/pkgs
     channel URLs : https://repo.continuum.io/pkgs/free/osx-64/
                    https://repo.continuum.io/pkgs/free/noarch/
                    https://repo.continuum.io/pkgs/pro/osx-64/
                    https://repo.continuum.io/pkgs/pro/noarch/
      config file : None
     offline mode : False
is foreign system : False

When I try conda update --all I get the following message:

Fetching package metadata .......
Solving package specifications: ....

The following specifications were found to be in conflict:
- bottleneck -> numpy 1.10*|1.11*|1.9*
- bottleneck -> python 3.4*|3.5*
- sockjs-tornado
Use "conda info <package>" to see the dependencies for each package.

It seems I need to reinstall Anaconda but I do not want to mess it up. Also, I am currently using ZSH instead of bash.

What would be the best to resolve this?

EDIT:

Yesterday, I installed the following:

pip install Plotly
pip install keras
conda install opencv
pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git
Rockwell Rice

Not sure if you are still looking, this fixed it for me.

conda install -c conda-forge opencv

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

anaconda update all possible packages?

From Java

PostgreSQL INSERT ON CONFLICT UPDATE (upsert) use all excluded values

From Java

What are the differences between Conda and Anaconda?

From Java

how to update spyder on anaconda

From Java

anaconda/conda - install a specific package version

From Java

What is the right way to update Anaconda and Conda base & environments?

From Java

How update/remove conda-forge channel from Anaconda?

From Dev

Conda and Anaconda running different Python Installs?

From Dev

Link conda HDF4 to conda GDAL (Anaconda Python)

From Dev

Anaconda update broke Spyder?

From Dev

Couldn't update to python 3.5 using the conda package by anaconda

From Dev

Python conda - How to upgrade package not available on anaconda

From Dev

conda update anaconda gives "The following packages will be DOWNGRADED due to dependency conflicts"

From Dev

anaconda update all possible packages?

From Dev

anaconda/conda - install a specific package version

From Dev

how to update spyder on anaconda

From Dev

Anaconda - UnsatisfiableError: The following specifications were found to be in conflict

From Dev

Which is the correct command to update all anaconda python packages?

From Dev

How update/remove conda-forge channel from Anaconda?

From Dev

pip vs conda in anaconda enviroment

From Dev

Couldn't update to python 3.5 using the conda package by anaconda

From Dev

Update Software Version in Anaconda

From Dev

Update conda version to 4.6.12?

From Dev

Conda update conda does extra stuff and destroy my anaconda install

From Dev

Update new value on conflict

From Dev

Virtualenv and anaconda conflict

From Dev

Anaconda linux install: conda: command not found

From Dev

How to install Anaconda in virtual environment of conda.

From Dev

Configuring Anaconda proxy works for conda and not for pip

Related Related

  1. 1

    anaconda update all possible packages?

  2. 2

    PostgreSQL INSERT ON CONFLICT UPDATE (upsert) use all excluded values

  3. 3

    What are the differences between Conda and Anaconda?

  4. 4

    how to update spyder on anaconda

  5. 5

    anaconda/conda - install a specific package version

  6. 6

    What is the right way to update Anaconda and Conda base & environments?

  7. 7

    How update/remove conda-forge channel from Anaconda?

  8. 8

    Conda and Anaconda running different Python Installs?

  9. 9

    Link conda HDF4 to conda GDAL (Anaconda Python)

  10. 10

    Anaconda update broke Spyder?

  11. 11

    Couldn't update to python 3.5 using the conda package by anaconda

  12. 12

    Python conda - How to upgrade package not available on anaconda

  13. 13

    conda update anaconda gives "The following packages will be DOWNGRADED due to dependency conflicts"

  14. 14

    anaconda update all possible packages?

  15. 15

    anaconda/conda - install a specific package version

  16. 16

    how to update spyder on anaconda

  17. 17

    Anaconda - UnsatisfiableError: The following specifications were found to be in conflict

  18. 18

    Which is the correct command to update all anaconda python packages?

  19. 19

    How update/remove conda-forge channel from Anaconda?

  20. 20

    pip vs conda in anaconda enviroment

  21. 21

    Couldn't update to python 3.5 using the conda package by anaconda

  22. 22

    Update Software Version in Anaconda

  23. 23

    Update conda version to 4.6.12?

  24. 24

    Conda update conda does extra stuff and destroy my anaconda install

  25. 25

    Update new value on conflict

  26. 26

    Virtualenv and anaconda conflict

  27. 27

    Anaconda linux install: conda: command not found

  28. 28

    How to install Anaconda in virtual environment of conda.

  29. 29

    Configuring Anaconda proxy works for conda and not for pip

HotTag

Archive