<div dir="ltr">PyPI questions are best directed towards the distutils-sig as they manage PyPI and not python-dev.<br><br><div class="gmail_quote"><div dir="ltr">On Thu, 17 Dec 2015 at 08:20 Carlos Barera <<a href="mailto:carlos.barera@gmail.com">carlos.barera@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I'm using install_requires in setup.py to specify a specific package my project is dependant on.</div><div>When running python setup.py install, apparently the simple index is used as an older package is taken from pypi. While in <a href="https://pypi.python.org/pypi" target="_blank">https://pypi.python.org/pypi</a>, there's a newer package.</div><div>When installing directly using pip, the latest package is installed successfully.</div><div><br></div><div>Several questions:</div><div>1. What's the difference between the pypi simple index and the general pypi index?</div><div>2. Why is setup.py defaulting to the simple index? </div><div>3. How can I make the setup.py triggered install use the main pypi index instead of simple</div><div><br></div><div>Thanks! </div><div>Carlos</div></div>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div></div>