-
Notifications
You must be signed in to change notification settings - Fork 140
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
Bug: #78
Comments
It seems to be an installation problem. |
The bug has been fixed now. Please download the latest installer for M1 Mac and try again. |
Thanks. I will do the installation again and check. |
Describe the bug
Hi @YoshitakaMo ,
I am trying to install localcolebfold on my Mac and I want to run rosetafold and alphafold using cpu.
I followed all the steps for Mac with silicon chip and succesfully installed colabfold_batch (according to the message I got). But when I am running the commenad for prediction it is giving the following error,
/Users/arcsan/Desktop/multimers/colabfold_batch/colabfold-conda/lib/python3.8/site-packages/jax/_src/lib/init.py:32: UserWarning: JAX on Mac ARM machines is experimental and minimally tested. Please see jax-ml/jax#5501 in the event of problems.
warnings.warn("JAX on Mac ARM machines is experimental and minimally tested. "
Traceback (most recent call last):
File "/Users/arcsan/Desktop/multimers/colabfold_batch/colabfold-conda/bin/colabfold_batch", line 5, in
from colabfold.batch import main
File "/Users/arcsan/Desktop/multimers/colabfold_batch/colabfold-conda/lib/python3.8/site-packages/colabfold/batch.py", line 25, in
from alphafold.notebooks.notebook_utils import get_pae_json
ModuleNotFoundError: No module named 'alphafold'
Please let me know how can I resolve this issues.
Thanks in advance.
The text was updated successfully, but these errors were encountered: