conda-forge / root-feedstock

A conda-smithy repository for root.
BSD 3-Clause "New" or "Revised" License
28 stars 23 forks source link

unable to install root through conda-forge #121

Open MalaySingh opened 3 years ago

MalaySingh commented 3 years ago

Issue: Problem: Getting unknown conflicts.


(myenv) [name@localhost anaconda3]$ conda install -c conda-forge root Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: - Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions Note that strict channel priority may have removed packages required for satisfiability.


Outputs related to channel priority (myenv) [name@localhost anaconda3]$ conda config --get channels --add channels 'defaults' # lowest priority --add channels 'conda-forge' # highest priority (myenv) [name@localhost anaconda3]$ conda config --describe channel_priority hannel_priority (ChannelPriority) Accepts values of 'strict', 'flexible', and 'disabled'. The default value is 'flexible'. With strict channel priority, packages in lower priority channels are not considered if a package with the same name appears in a higher priority channel. With flexible channel priority, the solver may reach into lower priority channels to fulfill dependencies, rather than raising an unsatisfiable error. With channel priority disabled, package version takes precedence, and the configured priority of channels is used only to break ties. In previous versions of conda, this parameter was configured as either True or False. True is now an alias to 'flexible'.

channel_priority: flexible


$ conda info


     active environment : myenv
    active env location : /opt/anaconda3/envs/myenv
            shell level : 1
       user config file : /home/name/.condarc
 populated config files : /opt/anaconda3/.condarc
                          /home/name/.condarc
                          /opt/anaconda3/envs/qc_code3/.condarc
          conda version : 4.9.2
    conda-build version : 3.21.4
         python version : 3.6.2.final.0
       virtual packages : __glibc=2.28=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /opt/anaconda3  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /opt/anaconda3/pkgs
                          /home/name/.conda/pkgs
       envs directories : /opt/anaconda3/envs
                          /home/name/.conda/envs
               platform : linux-64
             user-agent : conda/4.9.2 requests/2.25.1 CPython/3.6.2 Linux/4.18.0-193.28.1.el8_2.x86_64 centos/8.2.2004 glibc/2.28
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False
chrisburr commented 3 years ago

Does it work if you create a new environment instead of trying to install into an existing one?

conda create --name my-environment -c conda-forge root
conda activate my-environment

Using mamba might help give you more reasonable error messages. You can try it by running:

conda install --name base -c conda-forge mamba

You can now replace conda install/conda create with mamba install/mamba create. Everything else stays the same (e.g. conda activate) it just uses a better algorithm for solving environments.

MalaySingh commented 3 years ago

@chrisburr Installing in a new enviornment is not a possibility. I have to be able to import root in this enviornment as use it in conjuction with some other custom developed modules. Do I have to install mamba in the base enviornment, or can I do it in myenv enviornment? I exited the enviornment and tried to install mamba. Get the following error messages. [name@localhost anaconda3]$ conda install --name base -c conda-forge mamba Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.

ResolvePackageNotFound:

chrisburr commented 3 years ago

Do I have to install mamba in the base enviornment, or can I do it in myenv enviornment?

Last time I checked, mamba only works in the base environment. The simplest solution is probably stop using the "Anaconda" distribution (which contains a huge number of packages and makes it hard to avoid conflicts) and have a simpler base environment. Personally I'd recommend one of the ones at: https://github.com/conda-forge/miniforge#download

Installing in a new enviornment is not a possibility. I have to be able to import root in this enviornment as use it in conjuction with some other custom developed modules.

Can you install these on top of the new environment created with root?

MalaySingh commented 3 years ago

Can you install these on top of the new environment created with root? @chrisburr I created a new enviornment for ROOT with python 3.6 I then tried to conda install root. Unfortunately I get the same conflicts and cannot install root. Now I am doubting whether it could be because of the *repodata.json files.

(ROOT_test) [name@localhost anaconda3]$ conda install -c conda-forge root root-binaries root-dependencies root_base Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: | Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed |

UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment:

Specifications:

Your python: python=3.6.2

If python is on the left-most side of the chain, that's the version you've asked for. When python appears to the right, that indicates that the thing on the left is somehow not available for the python version you are constrained to. Note that conda will not change your python version to a different minor version unless you explicitly specify that.

The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package libblas conflicts for: root-dependencies -> libcblas[version='>=3.8.0,<4.0a0'] -> libblas[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0.|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0.',build='4_blis|4_openblas|4_mkl|6_openblas|7_blis|7_mkl|8_blis|8_openblas|10_blis|10_mkl|11_blis|11_mkl|12_openblas|12_mkl|14_openblas|14_blis|14_mkl|15_mkl|16_openblas|16_blis|16_mkl|17_openblas|21_mkl|1_blis|2_openblas|4_blis|4_openblas|6_blis|6_openblas|6_mkl|7_blis|7_mkl|7_openblas|5_mkl|5_openblas|5_blis|4_mkl|3_openblas|3_blis|2_blis|1_openblas|0_openblas|0_blis|20_mkl|19_mkl|18_mkl|15_openblas|15_blis|13_blis|13_openblas|13_mkl|12_blis|11_openblas|10_openblas|9_mkl|9_blis|9_openblas|8_mkl|7_openblas|6_mkl|6_blis|5_mkl|5_openblas|5_blis'] root-dependencies -> libblas[version='>=3.8.0,<4.0a0']

Package libedit conflicts for: root -> sqlite[version='>=3.29.0,<4.0a0'] -> libedit[version='>=3.1.20170329,<3.2.0a0|>=3.1.20181209,<3.2.0a0|>=3.1.20191231,<3.2.0a0'] root-binaries -> sqlite[version='>=3.33.0,<4.0a0'] -> libedit[version='>=3.1.20181209,<3.2.0a0|>=3.1.20191231,<3.2.0a0'] python=3.6.2 -> sqlite[version='>=3.20.1,<4.0a0'] -> libedit[version='>=3.1.20170329,<3.2.0a0|>=3.1.20181209,<3.2.0a0|>=3.1.20191231,<3.2.0a0'] root-dependencies -> sqlite[version='>=3.33.0,<4.0a0'] -> libedit[version='>=3.1.20181209,<3.2.0a0|>=3.1.20191231,<3.2.0a0']

Package xorg-libx11 conflicts for: root-dependencies -> xorg-libxcursor -> xorg-libx11=1.6 root-dependencies -> xorg-libx11

Package gcc_impl_linux-64 conflicts for: root -> gcc_linux-64 -> gcc_impl_linux-64[version='5.4.0.|7.2.0.|7.3.0.|7.5.0.|8.4.0.|9.3.0.|8.2.0.'] root_base -> gcc_linux-64=9 -> gcc_impl_linux-64[version='7.2.0.|7.3.0.|7.5.0.|9.3.0.*']

Package freetype conflicts for: root-dependencies -> graphviz[version='>=2.40.1,<3.0a0'] -> freetype[version='2.5.|2.6.|2.7|2.7|2.7.*|>=2.8,<2.9.0a0|2.8.1'] root-dependencies -> freetype[version='>=2.10.0,<3.0a0|>=2.10.4,<3.0a0|>=2.9.1,<3.0a0']

Package zstd conflicts for: root-dependencies -> zstd[version='>=1.4.4,<1.5.0.0a0|>=1.4.5,<1.5.0a0|>=1.4.8,<1.5.0a0'] root-dependencies -> libtiff[version='>=4.1.0,<5.0a0'] -> zstd[version='>=1.3.3,<1.3.4.0a0|>=1.3.7,<1.3.8.0a0|>=1.4.4,<1.5.0a0|>=1.4|>=1.4.3,<1.5.0.0a0|>=1.4.0,<1.5.0.0a0']

Package xorg-libxext conflicts for: root-dependencies -> xorg-libxext root-dependencies -> xorg-libxpm -> xorg-libxext=1.3

Package numpy-base conflicts for: root-dependencies -> numpy[version='>=1.16.6,<2.0a0'] -> numpy-base[version='1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.|1.17.3.|1.17.4.|1.18.1.|1.18.5.|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.17.0|1.17.0|1.17.0|1.17.0',build='py27h81de0dd_4|py37h81de0dd_4|py38hde5b4d6_4|py36h2f8d375_5|py37h2f8d375_5|py27hde5b4d6_5|py37hde5b4d6_5|py36hde5b4d6_5|py36h7cdd4dd_0|py37h7cdd4dd_0|py35h7cdd4dd_0|py36h3dfced4_0|py35h74e8950_0|py36h81de0dd_0|py27h81de0dd_0|py35h81de0dd_0|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py27h81de0dd_0|py36h2f8d375_0|py27h81de0dd_1|py37h81de0dd_1|py37h2f8d375_1|py36h2f8d375_0|py37h2f8d375_0|py27h81de0dd_0|py37h2f8d375_0|py36h2f8d375_0|py27h2f8d375_0|py36h81de0dd_0|py27h81de0dd_0|py37hde5b4d6_0|py27h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36h2f8d375_0|py37h2f8d375_1|py37hde5b4d6_1|py27hde5b4d6_1|py37h2f8d375_0|py27h2f8d375_0|py36h2f8d375_0|py27hde5b4d6_0|py27h2f8d375_1|py37h2f8d375_1|py36h2f8d375_1|py36hde5b4d6_1|py27hde5b4d6_1|py37h2f8d375_0|py36h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py27h2f8d375_0|py37h2f8d375_0|py36h2f8d375_0|py37hde5b4d6_0|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py36h2f8d375_0|py27h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py36h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py36h2f8d375_0|py27h2f8d375_0|py27hde5b4d6_0|py39hfb011de_1|py39h76555f2_1|py37hfa32c7d_0|py36hfa32c7d_0|py37h75fe3a5_0|py38h75fe3a5_0|py37h75fe3a5_0|py36hfa32c7d_0|py39h2ae0177_0|py39h0f7b65f_0|py38hfa32c7d_0|py36h75fe3a5_0|py37hfa32c7d_0|py36h75fe3a5_0|py38hfa32c7d_0|py38h75fe3a5_0|py38hde5b4d6_0|py38h2f8d375_0|py36hde5b4d6_0|py37hde5b4d6_0|py37h2f8d375_0|py27hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py37hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py27hde5b4d6_0|py27h2f8d375_0|py37hde5b4d6_1|py37hde5b4d6_0|py36hde5b4d6_0|py36hde5b4d6_1|py36h2f8d375_1|py27h2f8d375_1|py36hde5b4d6_0|py27hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py37h81de0dd_0|py37h81de0dd_0|py36h81de0dd_0|py27h2f8d375_0|py36h81de0dd_1|py27h2f8d375_1|py36h2f8d375_1|py36h81de0dd_0|py35h2f8d375_0|py35h81de0dd_0|py37h81de0dd_0|py27h2f8d375_0|py37h2f8d375_0|py35h2f8d375_0|py37h81de0dd_0|py37h74e8950_0|py36h74e8950_0|py27h74e8950_0|py37h3dfced4_0|py35h3dfced4_0|py27h3dfced4_0|py27h7cdd4dd_0|py27h2f8d375_5|py38h2f8d375_4|py36h81de0dd_4|py35h81de0dd_4|py27h2f8d375_4|py36h2f8d375_4|py35h2f8d375_4|py37h2f8d375_4'] root_base -> numpy[version='>=1.16.6,<2.0a0'] -> numpy-base[version='1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.|1.17.3.|1.17.4.|1.18.1.|1.18.5.|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.17.0|1.17.0|1.17.0|1.17.0',build='py27h81de0dd_4|py37h81de0dd_4|py38hde5b4d6_4|py36h2f8d375_5|py37h2f8d375_5|py27hde5b4d6_5|py37hde5b4d6_5|py36hde5b4d6_5|py36h7cdd4dd_0|py37h7cdd4dd_0|py35h7cdd4dd_0|py36h3dfced4_0|py35h74e8950_0|py36h81de0dd_0|py27h81de0dd_0|py35h81de0dd_0|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py27h81de0dd_0|py36h2f8d375_0|py27h81de0dd_1|py37h81de0dd_1|py37h2f8d375_1|py36h2f8d375_0|py37h2f8d375_0|py27h81de0dd_0|py37h2f8d375_0|py36h2f8d375_0|py27h2f8d375_0|py36h81de0dd_0|py27h81de0dd_0|py37hde5b4d6_0|py27h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36h2f8d375_0|py37h2f8d375_1|py37hde5b4d6_1|py27hde5b4d6_1|py37h2f8d375_0|py27h2f8d375_0|py36h2f8d375_0|py27hde5b4d6_0|py27h2f8d375_1|py37h2f8d375_1|py36h2f8d375_1|py36hde5b4d6_1|py27hde5b4d6_1|py37h2f8d375_0|py36h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py27h2f8d375_0|py37h2f8d375_0|py36h2f8d375_0|py37hde5b4d6_0|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py36h2f8d375_0|py27h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py36h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py36h2f8d375_0|py27h2f8d375_0|py27hde5b4d6_0|py39hfb011de_1|py39h76555f2_1|py37hfa32c7d_0|py36hfa32c7d_0|py37h75fe3a5_0|py38h75fe3a5_0|py37h75fe3a5_0|py36hfa32c7d_0|py39h2ae0177_0|py39h0f7b65f_0|py38hfa32c7d_0|py36h75fe3a5_0|py37hfa32c7d_0|py36h75fe3a5_0|py38hfa32c7d_0|py38h75fe3a5_0|py38hde5b4d6_0|py38h2f8d375_0|py36hde5b4d6_0|py37hde5b4d6_0|py37h2f8d375_0|py27hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py37hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py27hde5b4d6_0|py27h2f8d375_0|py37hde5b4d6_1|py37hde5b4d6_0|py36hde5b4d6_0|py36hde5b4d6_1|py36h2f8d375_1|py27h2f8d375_1|py36hde5b4d6_0|py27hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py37h81de0dd_0|py37h81de0dd_0|py36h81de0dd_0|py27h2f8d375_0|py36h81de0dd_1|py27h2f8d375_1|py36h2f8d375_1|py36h81de0dd_0|py35h2f8d375_0|py35h81de0dd_0|py37h81de0dd_0|py27h2f8d375_0|py37h2f8d375_0|py35h2f8d375_0|py37h81de0dd_0|py37h74e8950_0|py36h74e8950_0|py27h74e8950_0|py37h3dfced4_0|py35h3dfced4_0|py27h3dfced4_0|py27h7cdd4dd_0|py27h2f8d375_5|py38h2f8d375_4|py36h81de0dd_4|py35h81de0dd_4|py27h2f8d375_4|py36h2f8d375_4|py35h2f8d375_4|py37h2f8d375_4'] root-binaries -> numpy[version='>=1.16.6,<2.0a0'] -> numpy-base[version='1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.|1.17.3.|1.17.4.|1.18.1.|1.18.5.|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.17.0|1.17.0|1.17.0|1.17.0',build='py27h81de0dd_4|py37h81de0dd_4|py38hde5b4d6_4|py36h2f8d375_5|py37h2f8d375_5|py27hde5b4d6_5|py37hde5b4d6_5|py36hde5b4d6_5|py36h7cdd4dd_0|py37h7cdd4dd_0|py35h7cdd4dd_0|py36h3dfced4_0|py35h74e8950_0|py36h81de0dd_0|py27h81de0dd_0|py35h81de0dd_0|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py27h81de0dd_0|py36h2f8d375_0|py27h81de0dd_1|py37h81de0dd_1|py37h2f8d375_1|py36h2f8d375_0|py37h2f8d375_0|py27h81de0dd_0|py37h2f8d375_0|py36h2f8d375_0|py27h2f8d375_0|py36h81de0dd_0|py27h81de0dd_0|py37hde5b4d6_0|py27h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36h2f8d375_0|py37h2f8d375_1|py37hde5b4d6_1|py27hde5b4d6_1|py37h2f8d375_0|py27h2f8d375_0|py36h2f8d375_0|py27hde5b4d6_0|py27h2f8d375_1|py37h2f8d375_1|py36h2f8d375_1|py36hde5b4d6_1|py27hde5b4d6_1|py37h2f8d375_0|py36h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py27h2f8d375_0|py37h2f8d375_0|py36h2f8d375_0|py37hde5b4d6_0|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py36h2f8d375_0|py27h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py36h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py36h2f8d375_0|py27h2f8d375_0|py27hde5b4d6_0|py39hfb011de_1|py39h76555f2_1|py37hfa32c7d_0|py36hfa32c7d_0|py37h75fe3a5_0|py38h75fe3a5_0|py37h75fe3a5_0|py36hfa32c7d_0|py39h2ae0177_0|py39h0f7b65f_0|py38hfa32c7d_0|py36h75fe3a5_0|py37hfa32c7d_0|py36h75fe3a5_0|py38hfa32c7d_0|py38h75fe3a5_0|py38hde5b4d6_0|py38h2f8d375_0|py36hde5b4d6_0|py37hde5b4d6_0|py37h2f8d375_0|py27hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py37hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py27hde5b4d6_0|py27h2f8d375_0|py37hde5b4d6_1|py37hde5b4d6_0|py36hde5b4d6_0|py36hde5b4d6_1|py36h2f8d375_1|py27h2f8d375_1|py36hde5b4d6_0|py27hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py37h81de0dd_0|py37h81de0dd_0|py36h81de0dd_0|py27h2f8d375_0|py36h81de0dd_1|py27h2f8d375_1|py36h2f8d375_1|py36h81de0dd_0|py35h2f8d375_0|py35h81de0dd_0|py37h81de0dd_0|py27h2f8d375_0|py37h2f8d375_0|py35h2f8d375_0|py37h81de0dd_0|py37h74e8950_0|py36h74e8950_0|py27h74e8950_0|py37h3dfced4_0|py35h3dfced4_0|py27h3dfced4_0|py27h7cdd4dd_0|py27h2f8d375_5|py38h2f8d375_4|py36h81de0dd_4|py35h81de0dd_4|py27h2f8d375_4|py36h2f8d375_4|py35h2f8d375_4|py37h2f8d375_4'] root -> numpy[version='>=1.14.6,<2.0a0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.|1.17.3.|1.17.4.|1.18.1.|1.18.5.|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.17.0|1.17.0|1.17.0|1.17.0|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py27h2b20989_6|py27h2b20989_7|py35h2b20989_7|py37hdbf6ddf_7|py27h2b20989_7|py36hdbf6ddf_7|py37hdbf6ddf_7|py36hdbf6ddf_8|py36h2b20989_8|py27h2b20989_8|py36h7cdd4dd_9|py35h7cdd4dd_9|py27h7cdd4dd_9|py37h7cdd4dd_9|py36h3dfced4_9|py27h3dfced4_9|py37h81de0dd_9|py27h74e8950_9|py37h74e8950_9|py36h74e8950_9|py35h81de0dd_9|py37h74e8950_10|py35h74e8950_10|py27h2f8d375_10|py35h2f8d375_10|py37h2f8d375_11|py36h2f8d375_11|py37h2f8d375_12|py27h2f8d375_12|py36h2f8d375_12|py27hde5b4d6_12|py37hde5b4d6_12|py38h2f8d375_12|py36h0ea5e3f_1|py27h0ea5e3f_1|py35h0ea5e3f_1|py35h9be14a7_1|py27h2b20989_0|py35h2b20989_0|py36hdbf6ddf_0|py27h2b20989_0|py36hdbf6ddf_0|py35hdbf6ddf_0|py27hdbf6ddf_1|py36hdbf6ddf_1|py37hdbf6ddf_1|py27h2b20989_1|py27h2b20989_2|py37h2b20989_2|py27hdbf6ddf_2|py36h2b20989_3|py36hdbf6ddf_3|py27hdbf6ddf_3|py27h2b20989_4|py27hdbf6ddf_4|py37h2b20989_4|py35hdbf6ddf_4|py35h2b20989_4|py36h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py37h81de0dd_4|py38hde5b4d6_4|py37hde5b4d6_5|py36hde5b4d6_5|py37h7cdd4dd_0|py35h7cdd4dd_0|py37h3dfced4_0|py35h74e8950_0|py36h81de0dd_0|py27h81de0dd_0|py35h81de0dd_0|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py27h2f8d375_0|py27h81de0dd_0|py35h81de0dd_0|py35h2f8d375_0|py36h2f8d375_0|py36h81de0dd_0|py27h2f8d375_1|py27h81de0dd_1|py36h81de0dd_1|py37h81de0dd_1|py37h2f8d375_1|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py27h81de0dd_0|py37h2f8d375_0|py36h2f8d375_0|py27h2f8d375_0|py36h81de0dd_0|py27h81de0dd_0|py27hde5b4d6_0|py36hde5b4d6_0|py37h2f8d375_0|py37hde5b4d6_0|py36h2f8d375_0|py27hde5b4d6_0|py36hde5b4d6_0|py37h2f8d375_1|py27h2f8d375_1|py27hde5b4d6_1|py37h2f8d375_0|py27h2f8d375_0|py36h2f8d375_0|py27h2f8d375_1|py27hde5b4d6_1|py36h2f8d375_0|py27h2f8d375_0|py27hde5b4d6_0|py36hde5b4d6_0|py27h2f8d375_0|py37h2f8d375_0|py36h2f8d375_0|py37hde5b4d6_0|py27h2f8d375_0|py36h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py27hde5b4d6_0|py36hde5b4d6_0|py36h2f8d375_0|py27h2f8d375_0|py37h2f8d375_0|py37hde5b4d6_0|py36hde5b4d6_0|py36h2f8d375_0|py27h2f8d375_0|py27hde5b4d6_0|py39hfb011de_1|py39h76555f2_1|py37hfa32c7d_0|py36hfa32c7d_0|py37h75fe3a5_0|py38h75fe3a5_0|py37h75fe3a5_0|py36hfa32c7d_0|py39h2ae0177_0|py39h0f7b65f_0|py38hfa32c7d_0|py36h75fe3a5_0|py37hfa32c7d_0|py36h75fe3a5_0|py38hfa32c7d_0|py38h75fe3a5_0|py38hde5b4d6_0|py38h2f8d375_0|py36hde5b4d6_0|py37hde5b4d6_0|py37h2f8d375_0|py27hde5b4d6_0|py36hde5b4d6_0|py27hde5b4d6_0|py37hde5b4d6_0|py37h2f8d375_0|py36hde5b4d6_1|py37hde5b4d6_1|py36h2f8d375_1|py37h2f8d375_1|py27hde5b4d6_0|py37hde5b4d6_0|py36hde5b4d6_0|py36hde5b4d6_1|py37hde5b4d6_1|py36h2f8d375_1|py27h2f8d375_0|py37hde5b4d6_0|py37h81de0dd_0|py37h81de0dd_0|py36h81de0dd_0|py36h2f8d375_1|py37h81de0dd_0|py37h2f8d375_0|py35h2f8d375_0|py37h81de0dd_0|py37h74e8950_0|py36h74e8950_0|py27h74e8950_0|py35h3dfced4_0|py36h3dfced4_0|py27h3dfced4_0|py36h7cdd4dd_0|py27h7cdd4dd_0|py27hde5b4d6_5|py27h2f8d375_5|py37h2f8d375_5|py36h2f8d375_5|py38h2f8d375_4|py36h81de0dd_4|py35h81de0dd_4|py27h2f8d375_4|py36h2f8d375_4|py27h81de0dd_4|py35h2f8d375_4|py37h2f8d375_4|py36hde5b4d6_0|py36hdbf6ddf_4|py36h2b20989_4|py37hdbf6ddf_4|py27h2b20989_3|py37hdbf6ddf_3|py37h2b20989_3|py36hdbf6ddf_2|py37hdbf6ddf_2|py36h2b20989_2|py37h2b20989_1|py36h2b20989_1|py27hdbf6ddf_0|py36h2b20989_0|py35hdbf6ddf_0|py27hdbf6ddf_0|py36h2b20989_0|py27h9be14a7_1|py36h9be14a7_1|py38hde5b4d6_12|py36hde5b4d6_12|py27hde5b4d6_11|py37hde5b4d6_11|py36hde5b4d6_11|py27h2f8d375_11|py36h2f8d375_10|py37h2f8d375_10|py35h81de0dd_10|py36h81de0dd_10|py37h81de0dd_10|py27h81de0dd_10|py36h74e8950_10|py27h74e8950_10|py27h81de0dd_9|py35h74e8950_9|py36h81de0dd_9|py35h3dfced4_9|py37h3dfced4_9|py35h2b20989_8|py35hdbf6ddf_8|py27hdbf6ddf_8|py37h2b20989_8|py37hdbf6ddf_8|py27hdbf6ddf_7|py36h2b20989_7|py37h2b20989_7|py37h2b20989_7|py35hdbf6ddf_7|py36h2b20989_7|py36hdbf6ddf_7|py27hdbf6ddf_7|py36hdbf6ddf_6|py27hdbf6ddf_6|py37hdbf6ddf_6|py37h2b20989_6|py36h2b20989_6']

Package librsvg conflicts for: root-dependencies -> afterimage[version='>=1.21,<1.22.0a0'] -> librsvg root-dependencies -> librsvg[version='>=2.44|>=2.46.3,<3.0a0|>=2.46.4,<3.0a0|>=2.48.3,<3.0a0|>=2.49.2,<3.0a0|>=2.49.3,<3.0a0|>=2.50.1,<3.0a0|>=2.50.2,<3.0a0|>=2.46.2,<3.0a0|>=2.46.0,<3.0a0']

Package setuptools conflicts for: python=3.6.2 -> pip -> setuptools root-binaries -> numba -> setuptools root -> lz4 -> setuptools root_base -> numba -> setuptools

Package gdk-pixbuf conflicts for: root-dependencies -> gdk-pixbuf[version='2.38.2.*|>=2.42.0,<3.0a0|>=2.42.2,<3.0a0|>=2.38.2,<3.0a0|>=2.36.12,<3.0a0|>=2.36.9'] root-dependencies -> librsvg[version='>=2.44'] -> gdk-pixbuf=2.36

Package root_base conflicts for: root-binaries -> root_base[version='6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.20.0|6.20.0|6.20.0|6.20.0|6.20.0|6.20.0|6.20.0|6.20.0|6.20.2|6.20.2|6.20.2|6.20.2|6.20.2|6.20.2|6.20.2|6.20.2|6.20.4|6.20.4|6.20.4|6.20.6|6.20.6|6.20.6|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.6',build='py27hcbbea0b_20|py27hcbbea0b_21|py36hcbbea0b_21|py38hcbbea0b_21|py37h3e0cfd6_22|py37h3e0cfd6_23|py36h3e0cfd6_23|py38hda22ef9_25|py27hda22ef9_25|py37hda22ef9_26|py36hda22ef9_26|py38h7c2bb2b_27|py37h7c2bb2b_27|py27h7c2bb2b_27|py36h7c2bb2b_27|py36he8dbe36_28|py37he8dbe36_28|py27he8dbe36_28|py38hedd1b78_0|py37hedd1b78_0|py27h2c27d71_0|py37h811ada8_0|py37hf4c14b2_1|py37ha53ef55_1|py38h6bbf013_2|py37ha53ef55_2|py36h07c9064_3|py38he433143_3|py37h997cb25_4|py37h997cb25_0|py38hb9a2488_1|py36h6fa69d1_1|py37h6473361_1|py38h99cf727_1|py37h257ca4f_1|py36hb6c3ee0_1|py39h6ddd40b_1|py37h257ca4f_2|py39h3ed7f5f_2|py36h74e3adb_0|py37h5ed0ae1_0|py37h6fe3033_0|py36h91bfa76_0|py39ha268230_0|py38hafb9e67_0|py39h0d95adb_0|py38h06e38f0_0|py37h6b6877e_2|py36h420b10d_2|py38hd1dcde2_2|py36hb6c3ee0_2|py38h99cf727_2|py39h6ddd40b_2|py38he433143_0|py36h07c9064_0|py38he433143_4|py36h07c9064_4|py37h997cb25_3|py36ha7fead6_2|py27h07c60d7_2|py27h07c60d7_1|py36ha7fead6_1|py38h6bbf013_1|py36h7de0d3d_0|py37habc7c13_0|py38hbb7c73d_0|py36h7de0d3d_0|py37habc7c13_0|py38hbb7c73d_0|py36h11b598d_3|py37hdeb96f3_3|py38h974813e_3|py36hf4c14b2_1|py38hf4c14b2_1|py37hdeb96f3_1|py36hae30160_0|py38h66b6dde_0|py37hedd1b78_1|py27hedd1b78_1|py38hedd1b78_1|py36hedd1b78_1|py27hedd1b78_0|py36hedd1b78_0|py38he8dbe36_28|py27hda22ef9_26|py38hda22ef9_26|py37hda22ef9_25|py36hda22ef9_25|py27hda22ef9_24|py38hda22ef9_24|py36hda22ef9_24|py37hda22ef9_24|py27h3e0cfd6_23|py38h3e0cfd6_23|py38h3e0cfd6_22|py27h3e0cfd6_22|py36h3e0cfd6_22|py37hcbbea0b_21|py36hcbbea0b_20|py37hcbbea0b_20'] root -> root_base[version='6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.18.04|6.20.0|6.20.0|6.20.0|6.20.0|6.20.0|6.20.0|6.20.0|6.20.0|6.20.2|6.20.2|6.20.2|6.20.2|6.20.2|6.20.2|6.20.2|6.20.2|6.20.4|6.20.4|6.20.4|6.20.6|6.20.6|6.20.6|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.0|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.2|6.22.6',build='py27hcbbea0b_20|py27hcbbea0b_21|py36hcbbea0b_21|py38hcbbea0b_21|py37h3e0cfd6_22|py37h3e0cfd6_23|py36h3e0cfd6_23|py38hda22ef9_25|py27hda22ef9_25|py37hda22ef9_26|py36hda22ef9_26|py38h7c2bb2b_27|py37h7c2bb2b_27|py27h7c2bb2b_27|py36h7c2bb2b_27|py36he8dbe36_28|py37he8dbe36_28|py27he8dbe36_28|py38hedd1b78_0|py37hedd1b78_0|py27h2c27d71_0|py37h811ada8_0|py37hf4c14b2_1|py37ha53ef55_1|py38h6bbf013_2|py37ha53ef55_2|py36h07c9064_3|py38he433143_3|py37h997cb25_4|py37h997cb25_0|py38hb9a2488_1|py36h6fa69d1_1|py37h6473361_1|py38h99cf727_1|py37h257ca4f_1|py36hb6c3ee0_1|py39h6ddd40b_1|py37h257ca4f_2|py39h3ed7f5f_2|py36h74e3adb_0|py37h5ed0ae1_0|py37h6fe3033_0|py36h91bfa76_0|py39ha268230_0|py38hafb9e67_0|py39h0d95adb_0|py38h06e38f0_0|py37h6b6877e_2|py36h420b10d_2|py38hd1dcde2_2|py36hb6c3ee0_2|py38h99cf727_2|py39h6ddd40b_2|py38he433143_0|py36h07c9064_0|py38he433143_4|py36h07c9064_4|py37h997cb25_3|py36ha7fead6_2|py27h07c60d7_2|py27h07c60d7_1|py36ha7fead6_1|py38h6bbf013_1|py36h7de0d3d_0|py37habc7c13_0|py38hbb7c73d_0|py36h7de0d3d_0|py37habc7c13_0|py38hbb7c73d_0|py36h11b598d_3|py37hdeb96f3_3|py38h974813e_3|py36hf4c14b2_1|py38hf4c14b2_1|py37hdeb96f3_1|py36hae30160_0|py38h66b6dde_0|py37hedd1b78_1|py27hedd1b78_1|py38hedd1b78_1|py36hedd1b78_1|py27hedd1b78_0|py36hedd1b78_0|py38he8dbe36_28|py27hda22ef9_26|py38hda22ef9_26|py37hda22ef9_25|py36hda22ef9_25|py27hda22ef9_24|py38hda22ef9_24|py36hda22ef9_24|py37hda22ef9_24|py27h3e0cfd6_23|py38h3e0cfd6_23|py38h3e0cfd6_22|py27h3e0cfd6_22|py36h3e0cfd6_22|py37hcbbea0b_21|py36hcbbea0b_20|py37hcbbea0b_20']

Package llvmlite conflicts for: root-binaries -> numba -> llvmlite[version='0.20.|0.21.|0.21.0|0.23.0|0.27.|>=0.28.0,<0.29.0a0|>=0.28.0|>=0.29.0,<0.30.0a0|>=0.29.0|>=0.30.0,<0.31.0a0|>=0.30.0|>=0.31.0,<0.32.0a0|>=0.31.0,<0.33|>=0.33.0,<0.34|>=0.34.0,<0.35|>=0.35.0,<0.36.0a0|>=0.27.0,<0.28.0a0|>=0.26.0,<0.27.0a0|>=0.25.0,<0.26.0a0|>=0.21.0,<0.21.1.0a0|>=0.33.0|>=0.33.0,<0.34.0a0|>=0.33.0|>=0.32.1|>=0.32.1,<0.33.0a0|>=0.32.0|>=0.32.0,<0.33.0a0|>=0.31.0|0.24.|0.23.|0.22.',build=_1] root_base -> numba -> llvmlite[version='0.20.|0.21.|0.21.0|0.23.0|0.27.|>=0.28.0,<0.29.0a0|>=0.28.0|>=0.29.0,<0.30.0a0|>=0.29.0|>=0.30.0,<0.31.0a0|>=0.30.0|>=0.31.0,<0.32.0a0|>=0.31.0,<0.33|>=0.33.0,<0.34|>=0.34.0,<0.35|>=0.35.0,<0.36.0a0|>=0.27.0,<0.28.0a0|>=0.26.0,<0.27.0a0|>=0.25.0,<0.26.0a0|>=0.21.0,<0.21.1.0a0|>=0.33.0|>=0.33.0,<0.34.0a0|>=0.33.0|>=0.32.1|>=0.32.1,<0.33.0a0|>=0.32.0|>=0.32.0,<0.33.0a0|>=0.31.0|0.24.|0.23.|0.22.',build=_1]

Package pcre conflicts for: root-dependencies -> graphviz[version='>=2.40.1,<3.0a0'] -> pcre[version='>=8.42,<9.0a0'] root-dependencies -> pcre[version='>=8.41,<9.0a0|>=8.43,<9.0a0|>=8.44,<9.0a0']

Package libclang conflicts for: root-binaries -> qt[version='>=5.12.5,<5.13.0a0'] -> libclang[version='>=10.0.1,<11.0a0|>=11.0.0,<12.0a0|>=9.0.0,<10.0a0'] root -> qt[version='>=5.12.1,<5.13.0a0'] -> libclang[version='>=10.0.1,<11.0a0|>=11.0.0,<12.0a0|>=9.0.0,<10.0a0|>=8.0.0,<9.0a0'] root-dependencies -> qt[version='>=5.12.5,<5.13.0a0'] -> libclang[version='>=10.0.1,<11.0a0|>=11.0.0,<12.0a0|>=9.0.0,<10.0a0']

Package lz4-c conflicts for: root-dependencies -> lz4-c[version='>=1.8.3,<1.8.4.0a0|>=1.9.2,<1.9.3.0a0|>=1.9.3,<1.9.4.0a0|>=1.9.1,<1.9.2.0a0'] root-dependencies -> zstd[version='>=1.4.5,<1.5.0a0'] -> lz4-c[version='>=1.9.2,<1.10.0a0']

Package libgfortran-ng conflicts for: root-dependencies -> libgfortran-ng[version='>=7,<8.0a0'] root-dependencies -> cfitsio[version='>=3.470,<3.471.0a0'] -> libgfortran-ng[version='>=4.9']

Package libpng conflicts for: root-dependencies -> graphviz[version='>=2.40.1,<3.0a0'] -> libpng[version='>=1.6.21,<1.7|>=1.6.22,<1.6.31|>=1.6.32,<1.6.35|>=1.6.34,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.28,<1.7'] root-dependencies -> libpng[version='>=1.6.37,<1.7.0a0']

Package python_abi conflicts for: root-dependencies -> numpy[version='>=1.16.6,<2.0a0'] -> python_abi[version='3.6|3.7',build='_pypy36_pp73|_pypy37_pp73'] root-dependencies -> python_abi[version='2.7.|3.6.|3.9.|3.7.|3.8.',build='_cp38|_cp39|_cp36m|_cp37m|_cp27mu']

Package libtiff conflicts for: root-dependencies -> afterimage[version='>=1.21,<1.22.0a0'] -> libtiff[version='4.0.*|>=4.0.3,<4.0.8|>=4.0.8,<4.0.10|>=4.0.9,<5.0a0'] root-dependencies -> libtiff[version='>=4.0.10,<5.0a0|>=4.1.0,<5.0a0|>=4.2.0,<5.0a0']

Package tbb conflicts for: root-dependencies -> tbb[version='>=2019.8|>=2019.9|>=2020.1|>=2020.2'] root-dependencies -> tbb-devel -> tbb[version='2018.0.4|2018.0.4|2018.0.5|2019.0|2019.1|2019.1|2019.2|2019.2|2019.3|2019.3|2019.4|2019.5|2019.6|2019.7|2019.8|2019.9|2019.9|2020.1|2020.2|2020.3|2020.2|2020.1|2020.0|2019.8|2019.4|2019.1|2019.0|2018.0.5',build='h6bb024c_0|hfd86e86_0|h2d50403_0|h2d50403_0|h6bb024c_1000|h6bb024c_1000|h6bb024c_0|hc9558a2_0|hc9558a2_0|hc9558a2_0|hc9558a2_0|h4bd325d_3|h4bd325d_2|h4bd325d_1|hc9558a2_0|hc9558a2_1|hc9558a2_0|hc9558a2_0|h2d50403_0|h2d50403_0|h6bb024c_1000|h2d50403_0|h2d50403_0|hfd86e86_0|hfd86e86_0|hfd86e86_0|hfd86e86_0|hfd86e86_0|hfd86e86_0|hfd86e86_0|h6bb024c_1']

Package libcxxabi conflicts for: root_base -> libcxx[version='>=11,<12.0a0'] -> libcxxabi[version='10.0.0|10.0.0|10.0.0|10.0.1|11.0.0|11.0.0|11.0.1|9.0.1|9.0.1',build='1|1|ha770c72_1|ha770c72_0|0|0|2|0|2'] root-dependencies -> libcxx[version='>=11,<12.0a0'] -> libcxxabi[version='10.0.0|10.0.0|10.0.0|10.0.1|11.0.0|11.0.0|11.0.1|9.0.1|9.0.1',build='1|1|ha770c72_1|ha770c72_0|0|0|2|0|2']

Package libxml2 conflicts for: root-dependencies -> libxml2[version='>=2.9.10,<2.10.0a0|>=2.9.9,<2.10.0a0'] root-dependencies -> graphviz[version='>=2.40.1,<3.0a0'] -> libxml2[version='>=2.9.8,<2.10.0a0'] Note that strict channel priority may have removed packages required for satisfiability.

I tried to do a conda update --all **[measure@localhost anaconda3]$ conda update -all usage: conda [-h] [-V] command ... conda: error: unrecognized arguments: -all Even that throws the same error: [name@localhost anaconda3]$ conda update --all Collecting package metadata (current_repodata.json): done Solving environment: - The environment is inconsistent, please check the package plan carefully The following packages are causing the inconsistency:

ResolvePackageNotFound:

**