所以我最近通过anaconda提示下载了keras(我已经成功下载了其他软件包).它确实有效,因为我能够在Jupyter Notebook中导入keras.但是,现在我打开Anaconda提示时出现以下问题:
C:\Users\[User Name]>python C:\Users\[User Name]\Anaconda3\etc\keras\load_config.py 1>temp.txt
python: can't open file 'C:\Users\[User]': [Errno 2] No such file or directory
C:\Users\[User Name]>set /p KERAS_BACKEND= 0<temp.txt
C:\Users\[User Name]>del temp.txt
C:\Users\[User Name]>python -c "import keras" 1>nul 2>&1
Run Code Online (Sandbox Code Playgroud)
注意事项:
那么,我的文件夹名称是否有空格问题的根源?如果是,如何更改它而不弄乱我的电脑?如果不是,你们有什么想法解决这个问题的方法吗?非常感谢,我在短短几天就有两个项目:(