Error mol2vec

ERROR: Could not find a version that satisfies the requirement mol2vec==0.1 (from versions: none)
ERROR: No matching distribution found for mol2vec==0.1

I am facing this error, can anyone help me with it?
Thanks

Did you read the installation instructions?

1 Like

Hello Goyo
my requirement.txt contain:
1.numpy
2.pickle-mixin
3.streamlit
4.streamlit-option-menu
5.scikit-learn
6.pubchempy
7.rdkit
8.pandas
9.matplotlib
10.seaborn
11.rarfile
12.gensim
13.tqdm
14.IPython
15.joblib
16.mol2vec

However my web continue error

Did you understand the installation instructions?

I may not understand, could you please help me :(((

You have to add git+https://github.com/samoturk/mol2vec to requirements.txt, not just mol2vec.

2 Likes

thank you so much!!! I do it

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.