【发布时间】:2019-07-30 10:26:28
【问题描述】:
当我在 Windows PC 上激活虚拟环境时,我会收到此消息
set /p KERAS_BACKEND= 0<temp.txt
del temp.txt
python -c "import keras" 1>nul 2>&1
if errorlevel 1 (
ver 1>nul
set "KERAS_BACKEND=theano"
python -c "import keras" 1>nul 2>&1
)
我可以打开我的环境并在其中工作,但我想知道为什么会收到此消息
谢谢
【问题讨论】:
-
这个答案可能会有所帮助:stackoverflow.com/a/50814231/2570277
标签: python virtualenv conda