Skip to content
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

Closed
anpanche opened this issue Apr 11, 2022 · 3 comments
Closed

Bug: #78

anpanche opened this issue Apr 11, 2022 · 3 comments

Comments

@anpanche
Copy link

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.

@nspyf
Copy link
Contributor

nspyf commented Apr 11, 2022

It seems to be an installation problem.
The installation will not be canceled even If some steps failed. And the failed steps in the installation message is not obvious.
I recommend to remove the related directories, retry the installation and check the message carefully.
By the way, the title 'Bug:' is broad. 'ModuleNotFoundError: No module named 'alphafold'' is better.

@YoshitakaMo
Copy link
Owner

YoshitakaMo commented Apr 11, 2022

The bug has been fixed now. Please download the latest installer for M1 Mac and try again.

@anpanche
Copy link
Author

Thanks. I will do the installation again and check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants