-
Notifications
You must be signed in to change notification settings - Fork 95
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
Install Broken on M2 Mac #76
Comments
Got same error using pyenv (Linux). @josephdviviano, you can refer to issue #31. In my case I installed muscle with my package manager ( Currently, I'm just testing |
This bug is weird, since this repo includes a copy of muscle ( |
Referencing the path to the |
@broncio123 , I did further installation tests on my system by deleting and recreating my virtual environment. IMHO, I left Steps (Linux): sudo apt install hmmer muscle
git clone https://github.com/oxpig/ANARCI.git anarci
cd anarci
# update `setup.py:49` -> `data_files = [ ('bin', ['bin/ANARCI']) ],`
# ---
# install pyenv -- not required, but is what I use locally. To be tested with --user/global installation or venv
pyenv install 3.11.7
pyenv virtualenv 3.11.7 anarci
pyenv activate anarci
# ---
pip install openmm biopython
python setup.py install |
I was able to install on M2 mac. Let me know if you are still facing issues. |
Hello, I'm unable to install this tool. Please advise.
The text was updated successfully, but these errors were encountered: