-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue installing AMPtk (Mac OS - M1 chip) #100
Comments
Hi, I am also using a Mac M1. I don't have an answer (I ran into the same problem when trying to install using conda), but I was able to install amptk using the GitHub repository instructions #clone the repository #then install, optional add --prefix to control location Another option I came across is setting up an alternate version of terminal that operates through Rosetta (that can help get around the ARM incompatibility issues) e.g. https://taylorreiter.github.io/2022-04-05-Managing-multiple-architecture-specific-installations-of-conda-on-apple-M1/ Amptk has been working so far after using the github instructions on the native terminal (after also installing a lot of the dependencies separately). hope that helps! UPDATE Then I went back to the idea of using Rosetta. I used these commands
from conda-forge/miniforge#165 (comment)
Now I have been able to complete all processing steps in amptk (pre-processing through taxonomy assignment) |
Did you ever find a work-around for this issue? I am currently running into this problem on my M2 Macbook pro. |
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
The text was updated successfully, but these errors were encountered: