AF_Cluster icon indicating copy to clipboard operation
AF_Cluster copied to clipboard

#ModuleNotFoundError in runAF2.py

Open palvinaveen opened this issue 1 year ago • 0 comments

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

palvinaveen avatar Jan 03 '24 14:01 palvinaveen