皮赛德安装"Failed to find the MSVC compiler version 10.0 on your system"



我目前正在为我的python脚本开发一个gui,并希望通过使用PySide来做到这一点。

现在我只是无法启动和运行它。PIP 总是退出并显示此错误:

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.

我安装了以下组件:蟒蛇 3.4.4 (64位)QT 5.6/5.7皮查姆社区版

视窗 7 64位

我可以从终端运行PIP和Python,而不必cd到python目录。所以我的 PATH 变量设置正确。

没有人有同样的问题或解决方案?

最好乔

PySide 需要 Python 2.6 或更高版本和 Qt 4.6 或更高版本。

目前不支持 Qt 5.x。

寄件人: 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/

相关内容

  • 没有找到相关文章

最新更新