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
I am trying to follow the tutorial Grid single molecule and unfortunately the import of OpenBabel fails. I am not sure what I could be doing wrong since I'm using a fresh conda installation and it's the third line in the tutorial.
1 import torch
2 import molgrid
----> 3 from molgrid.openbabel import pybel as pybel
ModuleNotFoundError: No module named 'molgrid.openbabel'
Hi,
I am trying to follow the tutorial Grid single molecule and unfortunately the import of OpenBabel fails. I am not sure what I could be doing wrong since I'm using a fresh conda installation and it's the third line in the tutorial.
My installation was done with
Many thanks in advance.
The text was updated successfully, but these errors were encountered: