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
<I execute the anaconda prompt under administrator right and remove/reinstall Keras. The problem is then solved.
However it still gives me Theano backend that I need to manually changed it.
"> Change both 1>nul to 1>"
- Did not worked for me...
But this fixed the issue:
pip uninstall keras
C:\Users\<username>\anaconda3\etc\conda
and DELETE all files in these folderspip install keras
Simply execute command: pip unistall keras
And delete activate.d and deactivate.d from C:\ProgramData\Anaconda3\etc\conda\
And reopen Anaconda prompt