简体   繁体   中英

Tensorflow installation on Windows 64bit with Python 3.6

I'm trying to install Tensorflow on Windows 10 Pro 64 bit with Python 3.6 and pip 18.1 versions. I followed the options given in similar posts and tried with

  • pip3 install --upgrade tensorflow

  • pip install --upgrade tensorflow

Both options giving me the error, "Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow"

I also tried to install from the original wheel.

which gave me the error, "tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform."

Appreciate any help to locate identify the issue here.

try pip install tensorflow instead of upgrade

Reference https://www.tensorflow.org/install/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM