Igor Manassypov
Igor Manassypov
installing additional dep appears to have resolve the above issue, ./bin/python3.9 -m pip install opt-einsum
Another dep failure, ./bin/colabfold_batch --amber --templates --num-recycle 3 ~/Downloads/O15552.fasta FFA2output Traceback (most recent call last): ... File "/Users/igor/Downloads/localcolabfold/colabfold-conda/lib/python3.9/site-packages/alphafold/model/tf/shape_helpers.py", line 16, in import tensorflow.compat.v1 as tf ModuleNotFoundError: No module named 'tensorflow'
this can be resolved via satisfying missing deps, pip3 install "pyats[library]"