2013-06-03 30 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