-
Notifications
You must be signed in to change notification settings - Fork 92
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
Clear instructions on how to install on Mac with M1? #51
Comments
We do not develop or test on MacOS, much less on M1 chips, so cannot reproduce or debug any MacOS-specific problems.
I can't say anything about whether your problem is a result of a failed biopython installation or an error installing anarci without more information. Please verify your biopython installation and provide the full output from python setup.py install.
Please use the setup.py script. We plan on creating a conda package in future, but other improvements are higher priority. Please note that the bioconda anarci package was created ~2 years ago by an unaffiliated third party and is not maintained by us. |
@FBoyles thank you for the answer. The truth is I did finally find a way to install ANARCI on my M1, using Rosetta and a few other tricks. It's a whole process but I am willing to write it down here to help others that might have the same problem. |
Please include your installation process. My device is preventing me from running setup.py. |
I hope that works! |
Much appreciated. Will try this. |
I am on an M2 mac, the reason it doesn't work is because the correct hmmer binaries on bioconda are not there. So you can install from brew instead (and I install biopython using pip because its simpler). Hope that helps
|
Hi, a month ago I managed to install ANARCI on a MacBook Pro M1 (MacOS Monterey) through a dedicated terminal that opens with Rosetta 2.
However, after somehow messing up my conda environment, I decided to start fresh with a new environment and that meant I needed to re-install ANARCI.
Unfortunately, this time it's not possible to work with it.
I reach up to the hmmer installation point (which is the main dependency and is completed with no problems) and then when I install ANARCI from the setup.py (I run
python setup.py install
) I can't seem to import it from inside a python file (I get an error about architecture and stuff).However, when I do
conda list
orpip list
, I can see it listed there.I was wondering if you've tried it and/or if you have any advice on how to do it?
I am afraid I might have done something wrong with the installation of biopython.
Also, which is the most correct way to install it? Is it through
pip install anarci
,conda install -c bioconda anarci
or through the setup.py method?Many many thanks in advance!
The text was updated successfully, but these errors were encountered: