Graylab / IgFold

Fast, accurate antibody structure prediction from deep learning on massive set of natural antibodies
Other
319 stars 60 forks source link

IgFold Colab #68

Open alba-ug opened 3 months ago

alba-ug commented 3 months ago

Hello, I've been trying to use the Colab notebook, but I get the following errors. I think other people had the same problems before. Is there a way to make the notebook work? Thank you for your help.

ModuleNotFoundError Traceback (most recent call last) in <cell line: 6>() 4 sys.path.insert(0, f"/usr/local/lib/python{python_version}/site-packages/") 5 ----> 6 from igfold.utils.visualize import * 7 from igfold import IgFoldRunner 8

/usr/local/lib/python3.10/site-packages/igfold/utils/visualize.py in 2 import torch 3 import numpy as np ----> 4 import py3Dmol 5 import matplotlib.pyplot as plt 6 import seaborn as sns

ModuleNotFoundError: No module named 'py3Dmol'