2013-06-03 45 views
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)

回答

1

水銀isn't supported on Python 3.x。在Python 2.7下安裝它(除非你想幫助移植它)

+4

這似乎相當跛腳。 –

+0

鏈接(http://mercurial.selenic.com/wiki/SupportedPythonVersions)已損壞。 mercurial維基轉移到https://www.mercurial-scm.org/wiki/SupportedPythonVersions – SiggiSv