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
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
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
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
.
thank you so much!!! I do it