Installing tensorflow with anaconda in windows

前端 未结 20 2389
春和景丽
春和景丽 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 02:58

    "Conda" installs some of the special packages that might have compiled in C or other languages. You can use "pip install tensorflow" and it will work.

提交回复
热议问题