Could not find a version that satisfies the requirement tensorflow

前端 未结 18 1331
深忆病人
深忆病人 2020-11-28 04:11

I installed the latest version of Python (3.6.4 64-bit) and the latest version of PyCharm (2017.3.3 64-bit). Then I installed some modules in PyCha

18条回答
  •  青春惊慌失措
    2020-11-28 04:25

    Python version is not supported Uninstall python

    https://www.python.org/downloads/release/python-362/

    You should check and use the exact version in install page. https://www.tensorflow.org/install/install_windows

    python 3.6.2 or python 3.5.2 solved this issue for me

提交回复
热议问题