-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
I'm currently unable to successfully install AMPtk.
Following the installation instructions on https://amptk.readthedocs.io/en/latest/ - I type in the first three commands:
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
No problems here - everything seems to be fine.
Then I run:
conda create -n amptk amptk
And I get this:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:
And that's it. My computer is not actually telling me what the unsatisfiable error is. I then tried running the following:
conda install -c conda-forge amptk
And get this:
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:
At least now it's telling me that there are some incompatibilities, but again the computer does not actually list what the incompatibilities are.
I would greatly appreciate anyone's help with this!
-C