I tried to install keras using Anaconda prompt some time ago. It didn't work, but I got it working using another method. However, now when I open Anaconda Prompt it shows
set /p KERAS_BACKEND= 0<temp.txt
del temp.txt
python - c "import keras" 1>nul 2>&1
It then runs and some output comes up which I don't have time to read or screenshot and Anaconda Prompt closes. Does anyone know how to fix this? I have seen a few other questions for the same problem, but haven't seen any answers.