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

前端 未结 11 1404
既然无缘
既然无缘 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条回答
  •  猫巷女王i
    2020-11-30 22:49

    Tensorflow requires a 64-bit version of Python.

    Additionally, it only supports Python 3.5.x through Python 3.8.x.

    If you're using a 32-bit version of Python or a version that's too old or new, then you'll get that error message.

    To fix it, you can install the 64-bit version of Python 3.8.6 via Python's website.

提交回复
热议问题