Installing tensorflow with anaconda in windows

前端 未结 20 2392
春和景丽
春和景丽 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:04

    activate tensorflow

    conda install -c conda-forge tensorflow worked for me.

    None of the other steps mentioned online helped, I found it here when trying to install an older version.

    Eventhough the steps mentioned in the link seems to be for MAC OS X/Linux it worked in windows 7

    You can install spyder along with this conda install spyder

提交回复
热议问题