Alpha Fold Colab Pro not working

I have been using the colab notebook version with success to generate several structures thus far. Today It has stopped working. I am using colab pro with a high ram runtime and have done a factory reset all. Everthing seems good until I search against genetic databases. The following is the error I get –

NotFoundError Traceback (most recent call last)
in ()
24 import py3Dmol
25
—> 26 from alphafold.model import model
27 from alphafold.model import config
28 from alphafold.model import data

6 frames
/usr/local/lib/python3.7/dist-packages/tensorflow/python/framework/load_library.py in load_library(library_location)
152
153 for lib in kernel_libraries:
–> 154 py_tf.TF_LoadLibrary(lib)
155
156 else:

NotFoundError: /opt/conda/lib/python3.7/site-packages/tensorflow/core/kernels/libtfkernel_sobol_op.so: undefined symbol: _ZN10tensorflow6StatusC1ENS_5error4CodeEN4absl14lts_2020_09_2311string_viewEOSt6vectorINS_10StackFrameESaIS7_EE

Read more here: Source link