在 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

相關內容