-
Notifications
You must be signed in to change notification settings - Fork 172
Description
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.