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

run prediction error #643

Open
gmestrallet opened this issue Aug 6, 2024 · 0 comments
Open

run prediction error #643

gmestrallet opened this issue Aug 6, 2024 · 0 comments

Comments

@gmestrallet
Copy link


ModuleNotFoundError Traceback (most recent call last)
in <cell line: 7>()
5 from colabfold.download import download_alphafold_params, default_data_dir
6 from colabfold.utils import setup_logging
----> 7 from colabfold.batch import get_queries, run
8
9 from pathlib import Path

8 frames
/usr/local/lib/python3.10/dist-packages/jax/_src/lib/init.py in
74 import jaxlib.xla_client as xla_client
75 import jaxlib.lapack as lapack
---> 76 import jaxlib.pocketfft as pocketfft
77
78 xla_extension = xla_client._xla

ModuleNotFoundError: No module named 'jaxlib.pocketfft'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

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