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

前端 未结 11 1388
既然无缘
既然无缘 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 22:58

    From your python version output, looks like that you are using Anaconda python, in that case, there is a simple way to install tensorflow.

    conda install -c conda-forge tensorflow
    

    This command will take care of all dependencies like upgrade/downgrade etc.

提交回复
热议问题