Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IgFold Colab #68

Open
alba-ug opened this issue May 25, 2024 · 0 comments
Open

IgFold Colab #68

alba-ug opened this issue May 25, 2024 · 0 comments

Comments

@alba-ug
Copy link

alba-ug commented May 25, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant