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 facing issues after installing Metnet2, I am running on python 3.9.2 in a conda environment.
Bug Report
Describe the Bug
Attempting to import MetNet and MetNet2 from the metnet package results in a ModuleNotFoundError. Specifically, the error indicates that the module metnet.layers cannot be found:
ModuleNotFoundError: No module named 'metnet.layers'; 'metnet' is not a package
This error occurs when attempting to run the following code:
The expected behavior is that the MetNet and MetNet2 classes are successfully imported, and the from_pretrained method loads pre-trained models without errors.
Additional Context
Error Message:
ModuleNotFoundError: No module named 'metnet.layers'; 'metnet' is not a package
can anyone help me with this?
The text was updated successfully, but these errors were encountered:
I am facing issues after installing Metnet2, I am running on python 3.9.2 in a conda environment.
Bug Report
Describe the Bug
Attempting to import
MetNet
andMetNet2
from themetnet
package results in aModuleNotFoundError
. Specifically, the error indicates that the modulemetnet.layers
cannot be found:This error occurs when attempting to run the following code:
To Reproduce
Steps to reproduce the behavior:
metnet
repository is cloned and installed.ModuleNotFoundError
.Expected Behavior
The expected behavior is that the
MetNet
andMetNet2
classes are successfully imported, and thefrom_pretrained
method loads pre-trained models without errors.Additional Context
can anyone help me with this?
The text was updated successfully, but these errors were encountered: