Could not find a version that satisfies the requirement tensorflow

前端 未结 18 1303
深忆病人
深忆病人 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:36

    1.Go to https://www.tensorflow.org/install/pip website and look if the version you are using support the Tensorflow. some latest version does not support Tesnsorflow. until Tensorflow releases its latest version for that Python version.

    1. you must have 64 bit python installed

    2. have latest version of pip installed
      pip install --upgrade pip

提交回复
热议问题