Keras breaks Anaconda Prompt

后端 未结 9 1037
天命终不由人
天命终不由人 2020-12-09 06:25

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

<
相关标签:
9条回答
  • 2020-12-09 06:41

    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.

    0 讨论(0)
  • 2020-12-09 06:46

    "> Change both 1>nul to 1>" - Did not worked for me...

    But this fixed the issue:

    1. uninstall Keras pip uninstall keras
    2. go to C:\Users\<username>\anaconda3\etc\conda and DELETE all files in these folders
    3. install Keras pip install keras
    0 讨论(0)
  • 2020-12-09 06:51

    Simply execute command: pip unistall keras

    And delete activate.d and deactivate.d from C:\ProgramData\Anaconda3\etc\conda\

    And reopen Anaconda prompt

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