Как починить сломанную конду?"UnsatisfiableError ...` Конда [версия = '> = 4.6.14'] '" - PullRequest
0 голосов
/ 25 июня 2019

Я проверил ответ для Среда не согласована, пожалуйста, внимательно проверьте план пакета , и он не устранил мою проблему. Я просто запустил conda clean --all и удалил все.

Как я могу исправить мою установку conda без переустановки всего?

После этого я попробовал следующее:

-bash-4.1$ conda update -n base conda
Collecting package metadata: done
Solving environment: \
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - defaults/linux-64::blaze==0.10.1=py36_0
  - defaults/linux-64::pytables==3.3.0=np113py36_0
  - defaults/linux-64::statsmodels==0.8.0=np113py36_0
  - defaults/linux-64::scikit-bio==0.5.2=py36h3010b51_0
  - defaults/linux-64::scikit-learn==0.19.1=py36h7aa7ec6_0
  - defaults/linux-64::seaborn==0.8.1=py36hfad7ec4_0
  - defaults/linux-64::numexpr==2.6.2=np113py36_0
failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - conda[version='>=4.6.14']
Use "conda search <package> --info" to see the dependencies for each package.

, а затем это:

-bash-4.1$ conda update anaconda
Collecting package metadata: done
Solving environment: |
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - defaults/linux-64::blaze==0.10.1=py36_0
  - defaults/linux-64::pytables==3.3.0=np113py36_0
  - defaults/linux-64::statsmodels==0.8.0=np113py36_0
  - defaults/linux-64::scikit-bio==0.5.2=py36h3010b51_0
  - defaults/linux-64::scikit-learn==0.19.1=py36h7aa7ec6_0
  - defaults/linux-64::seaborn==0.8.1=py36hfad7ec4_0
  - defaults/linux-64::numexpr==2.6.2=np113py36_0
failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - conda[version='>=4.6.14']
Use "conda search <package> --info" to see the dependencies for each package.

Вот моя информация о conda:

-bash-4.1 $ conda info

     active environment : None
       user config file : /home/jespinoz/.condarc
 populated config files : /home/jespinoz/.condarc
          conda version : 4.6.14
    conda-build version : not installed
         python version : 3.6.7.final.0
       base environment : /usr/local/devel/ANNOTATION/jespinoz/anaconda  (writable)
           channel URLs : https://conda.anaconda.org/r/linux-64
                          https://conda.anaconda.org/r/noarch
                          https://conda.anaconda.org/bioconda/linux-64
                          https://conda.anaconda.org/bioconda/noarch
                          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/free/linux-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://conda.anaconda.org/qiime2/linux-64
                          https://conda.anaconda.org/qiime2/noarch
                          https://conda.anaconda.org/biocore/linux-64
                          https://conda.anaconda.org/biocore/noarch
                          https://conda.anaconda.org/jolespin/linux-64
                          https://conda.anaconda.org/jolespin/noarch
                          https://conda.anaconda.org/ursky/linux-64
                          https://conda.anaconda.org/ursky/noarch
          package cache : /usr/local/devel/ANNOTATION/jespinoz/anaconda/pkgs
                          /home/jespinoz/.conda/pkgs
       envs directories : /usr/local/devel/ANNOTATION/jespinoz/anaconda/envs
                          /home/jespinoz/.conda/envs
               platform : linux-64
             user-agent : conda/4.6.14 requests/2.22.0 CPython/3.6.7 Linux/2.6.32-696.18.7.el6.x86_64 centos/6.4 glibc/2.12
                UID:GID : 3456:63
             netrc file : None
           offline mode : False

Вот мои источники:

-bash-4.1$ conda config --show-sources
==> /home/jespinoz/.condarc <==
channel_priority: strict
channels:
  - r
  - bioconda
  - conda-forge
  - defaults
  - https://conda.anaconda.org/qiime2
  - https://conda.anaconda.org/biocore
  - https://conda.anaconda.org/bioconda
  - jolespin
  - ursky
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...