You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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'
The text was updated successfully, but these errors were encountered: