Skip to content

Issue installing AMPtk (Mac OS - M1 chip)  #100

@cpbivins28

Description

@cpbivins28

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions