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

#ModuleNotFoundError in runAF2.py #13

Open
palvinaveen opened this issue Jan 3, 2024 · 0 comments
Open

#ModuleNotFoundError in runAF2.py #13

palvinaveen opened this issue Jan 3, 2024 · 0 comments

Comments

@palvinaveen
Copy link

Hello,
when I am running runAF2.py in command line it is giving module error ModuleNotFoundError: No module named 'alphafold.model.tf'
could you please specify why it is giving this error.

ModuleNotFoundError_ No module named 'alphafold model tf
024-01-03 15:27:50.248150: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2024-01-03 15:27:50.248184: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2024-01-03 15:27:50.249021: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
2024-01-03 15:27:50.832230: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
File "/home/kinshuk/Desktop/naveen/AF_Cluster-main/scripts/RunAF2.py", line 28, in
from alphafold.model import model
File "/home/kinshuk/.local/lib/python3.10/site-packages/alphafold/model/model.py", line 27, in
from alphafold.model import features
File "/home/kinshuk/.local/lib/python3.10/site-packages/alphafold/model/features.py", line 23, in
from alphafold.model.tf import input_pipeline
ModuleNotFoundError: No module named 'alphafold.model.tf'

Thankyou.

Best
Naveen

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

1 participant