我在已经有Python2的笔记本电脑上分别在两个文件夹Python3
和Python27
中下载了Python3。
我有64位Windows 10。
Spyder.exe
和Spyder3.exe
在安装的Scripts
子文件夹中。
我在Python27\Scripts
环境变量中添加了Python3\Scripts
和Path
。
打开命令提示符并键入
spyder
正确输入时启动Spyder2,
spyder3
导致:
-
我在网上看到Pip3
通常会发生此错误,因此我尝试升级spyder3,但这不能解决问题。
有什么想法吗?
答案 0 :(得分:1)
spyder可执行文件在最新版本中从“ spyder.exe”更改为“ spyder3.exe”
因此,在\ WinPython-64bit-3.5.3.0Qt5 \ python-3.5.3.amd64 \ Scripts \ spyder.bat中:
替换spyder.exe 每个spyder3.exe 也许也可以对spyder_reset.bat
做