在 Windows 7 上安装 Python 模块 sip 4.19.1

在 Windows 7 上安装 Python 模块 sip 4.19.1

我在安装 SIP 4.19.1 时遇到问题。

我现在已经做了什么: - installed Anaconda (for Python 3.6) with compiled SIP 4.18, - pip install sip "Successfully installed sip-4.19.1" - and nothing, still 4.18 exists only (sip -V).

当我下载 Python 3.6 时也发生了同样的事情: - no sip installed, - pip install sip, - still no sip. - downloaded manually SIP: * cmd > cd sip_dir > python configure.py, * make (here's going into insane loop cd sipgen > make and again) * so installed VC, * nmake (here comes an error with headers but I've fixed it) * nmake install > error

相关内容