[Distutils] pip/easy_install mercurial in virtualenv on Python 3.3

Christian Tismer tismer at stackless.com
Mon Feb 25 02:33:52 CET 2013


With Python 3.3:

in a virtualenv/venv, when trying

$ pip install mercurial

or, after trying several options,

$ easy_install mercurial

I get the complaint

error: Setup script exited with setup.py with python3 needs --c2to3 
(experimental)

But when I try to do this accordingly, I get in either case again:

$ easy_install mercurial --c2to3
error: Setup script exited with setup.py with python3 needs --c2to3 
(experimental)

Any clue where to put this option?

cheers -- chris

-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
Software Consulting          :     Have a break! Take a ride on Python's
Karl-Liebknecht-Str. 121     :    *Starship* http://starship.python.net/
14482 Potsdam                :     PGP key -> http://pgp.uni-mainz.de
phone +49 173 24 18 776  fax +49 (30) 700143-0023
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
       whom do you want to sponsor today?   http://www.stackless.com/



More information about the Distutils-SIG mailing list