hcji / PyFingerprint

Python tool for generate fingerprints of a molecule
GNU Affero General Public License v3.0
68 stars 30 forks source link

Vectype Fps #10

Closed ansariyusuf closed 2 years ago

ansariyusuf commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'PyFingerprint/Mol2vec/model_300dim.pkl'

I have checked that the pkl file is available at the correct location. I have also tried hardcoding the path in the Mol2Vec.py. Kindly help!

Yusuf

hcji commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'PyFingerprint/Mol2vec/model_300dim.pkl'

I have checked that the pkl file is available at the correct location. I have also tried hardcoding the path in the Mol2Vec.py. Kindly help!

Yusuf

Has been fixed. Can you uninstall the old version and reinstall for testing?