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
It may sound really obvious, but did you try installing it with pip ?
I've tried
conda install -c anaconda keras-gpu
for installing keras and it worked.
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.