I am trying to install this Python package as per the instructions, resulting in this error: ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.5.0 (from rascore) (from versions: 2.12.0) ERROR: No matching distribution found for tensorflow-gpu==2.5.0
.
I created a conda environment with Python 3.7 and installed RDKit, but at the final step to install the actual package I get the error.
I’ve also tried the installation in environments with Python 3.8, 3.9 and 3.12, as well as specifically trying to install tensorflow-gpu version 2.5.0, but result in the same error each time.
It seems like the required version of tensorflow-gpu is just not available to me. Is there a way around this?
Jenni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.