1
與PIP安裝善變包我嘗試安裝水銀與命令PIP包管理器:不能的python-3.2
pip.exe install mercurial -I --install-option="--c2to3"
,並得到這樣的錯誤:
Downloading/unpacking mercurial
Running setup.py egg_info for package mercurial
setup.py with python3 needs --c2to3 (experimental)
Complete output from command python setup.py egg_info:
setup.py with python3 needs --c2to3 (experimental)
----------------------------------------
Command python setup.py egg_info failed with error code 1
如何通過「--c2to3」選項setup.py通過pip選項正確嗎?
系統:Server2008R2 SP1,蟒-3.2.3(AMD64)
這似乎相當跛腳。 –
鏈接(http://mercurial.selenic.com/wiki/SupportedPythonVersions)已損壞。 mercurial維基轉移到https://www.mercurial-scm.org/wiki/SupportedPythonVersions – SiggiSv