What is the current status of easy_install, pip and the repository (pypi.python.org) with regards to Python 3.x?

Are there versions of easy_install and/or pip that can install the right versions of packages from there? Else, are they expected soon?

link|improve this question

feedback

3 Answers

up vote 13 down vote accepted

PyPi itself supports Python 3. The distribute package provides a version of easy_install that works with Python 3.

According to the pip page, pip support Python 3 since v 1.0.

link|improve this answer
feedback

There is ongoing effort to provide support for Python 3 in pip.
See Porting Pip to Python 3 thread on virtualenv mailing list or head directly to Vinay Sajip's repo on bitbucket.org

link|improve this answer
feedback

As of version 1.0, pip supports Python 3.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.