DEV Community

Aditya Krishnan Mohan
Aditya Krishnan Mohan

Posted on

error regarding the installation of keras on anaconda

Recently I tried installing Keras through the Anaconda prompt using the command conda install -c conda-forge keras since then whenever I open the Anaconda prompt or install something I get the error shown below:

C:\Users\Dell>python C:\Users\Dell\anaconda3\etc\keras\load_config.py  1>temp.txt
C:\Users\Dell>set /p KERAS_BACKEND= 0<temp.txt

C:\Users\Dell>del temp.txt

C:\Users\Dell>python -c "import keras"  1>nul 2>&1

C:\Users\Dell>if

Top comments (0)