Python 3, easy_install, pip and pypi

前端 未结 4 1679
遇见更好的自我
遇见更好的自我 2020-12-08 02:09

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 c

相关标签:
4条回答
  • 2020-12-08 02:58

    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

    0 讨论(0)
  • 2020-12-08 02:59

    As of version 1.0, pip supports Python 3.

    0 讨论(0)
  • 2020-12-08 03:00

    Notice that easy_install is shipped with Python 3.4 and higher

    0 讨论(0)
  • PyPi itself supports Python 3. The setuptools 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.

    0 讨论(0)
提交回复
热议问题