When I open IgFold.ipynb (https://colab.research.google.com/github/Graylab/IgFold/blob/main/IgFold.ipynb#scrollTo=a2a3BsiE9AXI)
I place in the heavy and light chains an then press run all. Although the dependencies install, I get an error that says modulenotfounderror: no modeule named igfold. I tried to fix with AI assistance for errors but still not success.
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipython-input-3279140991.py in <cell line: 0>()
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
ModuleNotFoundError: No module named 'igfold'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.

When I open IgFold.ipynb (https://colab.research.google.com/github/Graylab/IgFold/blob/main/IgFold.ipynb#scrollTo=a2a3BsiE9AXI)
I place in the heavy and light chains an then press run all. Although the dependencies install, I get an error that says modulenotfounderror: no modeule named igfold. I tried to fix with AI assistance for errors but still not success.
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipython-input-3279140991.py in <cell line: 0>()
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
ModuleNotFoundError: No module named 'igfold'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.