Skip to content

ModuleNotFoundError: No module named 'igfold' #75

@kahysra

Description

@kahysra

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions