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

File call issues #14

Open
uestc-lese opened this issue Mar 7, 2022 · 1 comment
Open

File call issues #14

uestc-lese opened this issue Mar 7, 2022 · 1 comment

Comments

@uestc-lese
Copy link

uestc-lese commented Mar 7, 2022

When I use

python scripts/build_vocab.py --data_path exampledata/pretrain/tryout.csv \

                         --vocab_save_folder exampledata/pretrain  \
                         --dataset_name tryout

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'

@RoyBenjamin
Copy link

RoyBenjamin commented Apr 30, 2022

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

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

2 participants