[Python-Dev] pypi simple index
Brett Cannon
brett at python.org
Thu Dec 17 12:22:08 EST 2015
More information about the Python-Dev mailing list
Thu Dec 17 12:22:08 EST 2015
- Previous message (by thread): [Python-Dev] pypi simple index
- Next message (by thread): [Python-Dev] Typo in PEP-0423
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PyPI questions are best directed towards the distutils-sig as they manage PyPI and not python-dev. On Thu, 17 Dec 2015 at 08:20 Carlos Barera <carlos.barera at gmail.com> wrote: > Hi, > > I'm using install_requires in setup.py to specify a specific package my > project is dependant on. > When running python setup.py install, apparently the simple index is used > as an older package is taken from pypi. While in > https://pypi.python.org/pypi, there's a newer package. > When installing directly using pip, the latest package is installed > successfully. > > Several questions: > 1. What's the difference between the pypi simple index and the general > pypi index? > 2. Why is setup.py defaulting to the simple index? > 3. How can I make the setup.py triggered install use the main pypi index > instead of simple > > Thanks! > Carlos > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/brett%40python.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20151217/aba9475b/attachment.html>
- Previous message (by thread): [Python-Dev] pypi simple index
- Next message (by thread): [Python-Dev] Typo in PEP-0423
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list