Installing tensorflow with anaconda in windows

前端 未结 20 2245
春和景丽
春和景丽 2020-12-08 02:15

I have installed Anaconda on Windows 64 bit. I have downloaded PyCharm for creating a project and in the terminal of PyCharm I have installed numpy, scipy

20条回答
  •  有刺的猬
    2020-12-08 03:10

    The above steps

    conda install -c conda-forge tensorflow
    

    will work for Windows 10 as well but the Python version should be 3.5 or above. I have used it with Anaconda Python version 3.6 as the protocol buffer format it refers to available on 3.5 or above. Thanks, Sandip

提交回复
热议问题