我目前正在为我的python脚本开发一个gui,并希望通过使用PySide来实现.
现在我无法启动并运行. PIP alwyas退出此错误:
nmake not found. Trying to initialize the MSVC env...
Searching MSVC compiler version 10.0 error: Failed to find the MSVC compiler version 10.0 on your system.
我安装了以下组件:
Python 3.4.4(64位)
QT 5.6 / 5.7
Pycharm社区版
Windows 7 64位
我可以从终端运行PIP和Python,而不必进入python目录.所以我的PATH变量设置正确.
有没有人有同样的问题或解决方案?
最好
乔
解决方法:
PySide requires Python 2.6 or later and Qt 4.6 or better.
Qt 5.x is currently not supported.
来自:https://pypi.python.org/pypi/PySide/1.2.4#installing-pyside-on-a-windows-system
因此,使用qt4.x(> = 4.6)而不是qt5.x可以解决您的问题.
我认为原因是你的系统上的pip从源包安装PySide所以你需要一个c / c编译器.
也许你可以直接安装PySide二进制版本:
pip install PySide --only-binary :all:
如果它不起作用,请尝试下载“.exe”文件,然后运行它而不是使用pip.
“.exe”来自:https://download.qt.io/official_releases/pyside/