Tensorflow r1.0 : could not a find a version that satisfies the requirement tensorflow

前端 未结 11 1396
既然无缘
既然无缘 2020-11-30 22:13

I want to install Tensorflow 1.o for python on windows.

This is information for my system.

D:\\>python --version
Python 3.5.2 ::          


        
11条回答
  •  隐瞒了意图╮
    2020-11-30 23:13

    I was in same problem.

    Below command solved my problem

    pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.0-py3-none-any.whl
    

    to find the list of all the urls based on the python version and CPU or GPU only refer to: https://www.tensorflow.org/install/pip

提交回复
热议问题