I'm trying to install tensorflow-gpu ver. 1.7.0 on a virtual environment using pip. My python version is 2.7.12, and my OS is Scientific Linux ver. 7.4 (Nitrogen). When I try the following
pip install tensorflow-gpu==1.7.0
I get the following errors:
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.7.0 (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.7.0
Help?