Skip to content

error while importing design-bench #11

@erfanhamdi

Description

@erfanhamdi

Hello

I installed the design-bench package the way you mentioned that didn't require MuJoCo and every thing goes fine until when I am trying to import design-bench I get this error.

Exception has occurred: ValueError
Can't find a vocabulary file at path '/Users/venus/miniconda3/envs/mbo/lib/python3.11/site-packages/design_bench_data/smiles_vocab.txt'. To load the vocabulary from a Google pretrained model use `tokenizer = BertTokenizer.from_pretrained(PRETRAINED_MODEL_NAME)`
  File "/Users/venus/miniconda3/envs/design_bench_conda/lib/python3.11/site-packages/design_bench_data/test.py", line 2, in <module>
    import design_bench
ValueError: Can't find a vocabulary file at path '/Users/venus/miniconda3/envs/mbo/lib/python3.11/site-packages/design_bench_data/smiles_vocab.txt'. To load the vocabulary from a Google pretrained model use `tokenizer = BertTokenizer.from_pretrained(PRETRAINED_MODEL_NAME)

Is there anything that I am missing? like downloading other files?

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions