how to install tensorflow on anaconda python 3.6

前端 未结 12 1943
滥情空心
滥情空心 2020-11-29 21:38

I installed the new version python 3.6 with the anaconda package. However i am not able to install tensorflow. Always receive the error that

tensorflow_gpu-1.0.0rc2

12条回答
  •  自闭症患者
    2020-11-29 21:42

    Uninstall Python 3.7 for Windows, and only install Python 3.6.0 then you will have no problem or receive the error message:

    import tensorflow as tf ModuleNotFoundError: No module named 'tensorflow'

提交回复
热议问题