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
Here an error will be reported
Traceback (most recent call last):
File "scripts/build_vocab.py", line 6, in
from grover.data.torchvocab import MolVocab
ModuleNotFoundError: No module named 'grover'
The text was updated successfully, but these errors were encountered:
Somebody else has already provided a fix in issue #12.
Here it is - How to fix 'module grover not found' error
Add import sys; sys.path.append('<path to directory>/grover/')
to build_vocab.py, save_features.py and split_data.py
When I use
python scripts/build_vocab.py --data_path exampledata/pretrain/tryout.csv \
Here an error will be reported
Traceback (most recent call last):
File "scripts/build_vocab.py", line 6, in
from grover.data.torchvocab import MolVocab
ModuleNotFoundError: No module named 'grover'
The text was updated successfully, but these errors were encountered: