After installing miniconda, when I am putting the command
conda create -n qiime1 python=2.7 qiime matplotlib=1.4.3 mock nose -c bioconda
following error is coming. How to come out? Please rectify the issue.
PackagesNotFoundError: The following packages are not available from current channels:
- matplotlib=1.4.3
Current channels:
- https://conda.anaconda.org/bioconda/linux-64
- https://conda.anaconda.org/bioconda/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
- https://conda.anaconda.org/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
Hello,
I'm trying to install qiime1 (I have already worked on Qiime2 having no issued during installation and running process) using the command:
conda create -n qiime1 python=2.7 qiime matplotlib=1.4.3 mock nose -c bioconda
however I get the error:
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to https://anaconda.org
and use the search bar at the top of the page.
I ran the commands you suggested and I got again an error:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
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:
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.
How could you you run the commands without getting this error? What might be causing this?