Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIP not respecting PIP_INDEX_URL when installing dependeny packages #3238

Closed
mandshaw opened this issue Nov 9, 2015 · 2 comments
Closed
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@mandshaw
Copy link

mandshaw commented Nov 9, 2015

This is an issue in pip version 7.1.2.

It is very similar to #1805 but for the -i option when using a local index

For example if you try and download pandas from an index, pandas will require numpy which pip will then try and get from PYPI instead of the specified index_url

details are:

Python 2.7
Pip 7.1.2
Redhat Centos 6.6

@RonnyPfannschmidt
Copy link
Contributor

This is a issue with the setup.py of pandas, a setup_requires always triggers a easy_install, simply install numpy first, currently pip cannot fix it, but there is a plan in process to solve this in future

@mandshaw
Copy link
Author

Perfect, Ill raise this with Pandas so,

Thanks for the quick reply!

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants