我想在我的 windows 8.1 机器上安装 spyder(python 的数学 IDE,这里是 2.7)。
我确实从http://www.python.org/download/releases/2.7.6/开始安装了 python ;
在安装 setuptools 之后,我确实安装了 pip,这些安装遵循http://www.pip-installer.org/en/latest/installing.html;
我确实更改了添加 C:\Python27 和 C:\Python27\Scripts 的路径,深入研究了我的 PC 属性的高级参数。(顺便说一句,我无法相信您在 Windows 上执行此操作的方式多年来没有改变,输入如此之少,您在添加路径时忘记在值的末尾进行...)
我确实安装了spyder
pip install spyder
但是在命令行中启动它时(它在路径中:-)),我遇到了这个错误:
RuntimeError: Please check Spyder installation requirements:
PyQt4 4.4+ (or PySide 1.1.1+) is required.
这是真的。尽管,
尝试 pip PyQt4 时:
No distributions at all found for PyQt4
尝试 pip PySide 时,我有很多错误,根源似乎无法找到 nmake
有什么建议吗?