<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">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>