【发布时间】:2013-12-19 21:44:59
【问题描述】:
我想在我的 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 时,我有很多错误,root 似乎无法找到 nmake
有什么建议吗?
【问题讨论】:
标签: python pyqt pip pyside spyder