Could not find a version that satisfies the requirement tensorflow

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

    I solved the same problem with python 3.7 by installing one by one all the packages required

    Here are the steps:

    1. Install the package
    2. See the error message:

      couldn't find a version that satisfies the requirement -- the name of the module required

    3. Install the module required. Very often, installation of the required module requires the installation of another module, and another module - a couple of the others and so on.

    This way I installed more than 30 packages and it helped. Now I have tensorflow of the latest version in Python 3.7 and didn't have to downgrade the kernel.

提交回复
热议问题