I am switching from tensorflow to keras on my Anaconda distribution and am having some problems with the latter. I install it through Anaconda prompt with the command
<
The best solution I found was ,
1.Uninstall Keras first
2.goto the location
C:\Users\username\AppData\Local\Continuum\anaconda3\etc\conda\activate.d
You can see the keras batch files inside in both activate.d and deactivate.d, which runs every time the anaconda prompt is opened.DELETE them.
3.Reinstall Keras.
This worked well for me.