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 assume you are trying to run one of the notebooks? It seems like a PATH related problem, python can't seem to find tornet.data. This should be taken care of when you run from the tornet root directory:
pip install .
A quick solution would be to manually add tornet to sys.path at the beginning of your script.
I have tried to install the module and also uncomment the Sys line, but still ModuleNotFoundError: No module named 'tornet.data', could you help?
The text was updated successfully, but these errors were encountered: