Error when installing keras in anaconda. /p KERAS_BACKEND= 0<temp.txt

后端 未结 3 1823
无人共我
无人共我 2020-12-21 10:56

I was creating a new env in anaconda and after installing spyder, tensorflow and theano I attempted to install keras but I got an error message (see below). Now I cannot eve

相关标签:
3条回答
  • 2020-12-21 11:13

    It may sound really obvious, but did you try installing it with pip ?

    0 讨论(0)
  • 2020-12-21 11:15

    I've tried

    conda install -c anaconda keras-gpu
    

    for installing keras and it worked.

    0 讨论(0)
  • 2020-12-21 11:29

    I've resolved this by uncommenting everything inside the keras_activate.bat and keras_deactivate.bat file of my conda environment. You can locate this under %HOME%\Anaconda3\envs\<env_name>\conda. Btw, I have my keras working with tensorflow backend by default.

    0 讨论(0)
提交回复
热议问题