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

前端 未结 11 1400
既然无缘
既然无缘 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:03

    The solution for me was sooo dumb!!

    I was using Python 3.8 in my environment. I made a new environment using Python 3.7, and the install worked fine.

    source

提交回复
热议问题