Kohulan / Smiles-TO-iUpac-Translator

Transformer based SMILES to IUPAC Translator
MIT License
137 stars 27 forks source link

Step by step guide not working #1

Closed steinbeck closed 3 years ago

steinbeck commented 3 years ago

When I try to run pip install tensorflow-gpu==2.3.0 selfies matplotlib unicodedata2 I am getting ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.3.0 ERROR: No matching distribution found for tensorflow-gpu==2.3.0

Kohulan commented 3 years ago

pip might be outdated. So the new version of TensorFlow is not present in your pip. Can you try updating pip using: python -m pip install -U pip

Then run try to install them.

steinbeck commented 3 years ago

This did not help. I am getting "Requirement already satisfied: pip in /Users/steinbeck/opt/miniconda3/envs/STOUT/lib/python3.7/site-packages (20.3.3)" when I run this.

Kohulan commented 3 years ago

If you running on Mac, Please use tensorflow==2.3.0 instead of tensorflow-gpu==2.3.0. Mac Os doesn’t support the GPU version of Tensorflow.