【发布时间】:2014-05-12 19:14:45
【问题描述】:
尝试安装 PySide 时出现此错误:
running build
Python architecture is 64bit
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.
我有 minGW、QT 4.8 vs 2010 和 mingw 版本、Cmake。
现在我感觉我的 PATH 中缺少一些东西,但我不确定它应该指向哪里以及应该指向什么。我当前的路径:
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Python34\;C:\Python34\Scripts;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Windows\System32;C:\Program Files (x86)\CMake 2.8\bin
有什么建议吗?
【问题讨论】:
-
你有64位版本的VS2010吗?
-
老实说,我觉得这真的很令人困惑,我需要整个开发套件 (500mb) 还是只需要重新分发包?作为记录,我有这个:microsoft.com/en-us/download/details.aspx?id=5555,它确实包括 x64 版本。
-
适用于 Python 3.4 的 PySide 1.2.1 Windows 二进制文件现已可供下载 qt-project.org/wiki/PySide_Binaries_Windows
标签: python pyside windows-8.1