Could not find a version that satisfies the requirement tensorflow

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

    I am giving it for Windows

    If you are using python-3

    1. Upgrade pip to the latest version using py -m pip install --upgrade pip
    2. Install package using py -m pip install

    If you are using python-2

    1. Upgrade pip to the latest version using py -2 -m pip install --upgrade pip
    2. Install package using py -2 -m pip install

    It worked for me

提交回复
热议问题