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

search ignores extra-index-url #332

Closed
nisavid opened this issue Aug 5, 2011 · 1 comment
Closed

search ignores extra-index-url #332

nisavid opened this issue Aug 5, 2011 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@nisavid
Copy link

nisavid commented Aug 5, 2011

i have a custom cheeseshop listed in ~/.pip/pip.conf. pip install works well using that cheeseshop, but pip search seems to totally ignore it. it seems like this feature should be available. other package managers include custom repositories when using their search functions.

i could do pip search --index {cheeseshop} {query}, but as i understand it, this would cause only a single cheeseshop to be searched.

my custom cheeseshop uses chishop, mostly with the default setup provided by its buildout script. it's perhaps worth mentioning that even with pip search --index, pip and chishop apparently don't want to talk to each other--the cheeseshop responds with an internal server error. i'm guessing this is a bug in chishop, so i'm filing it there. however, regardless of that issue, pip should query the custom cheeseshop when performing a search without --index.

if you'd like, i can provide a minimal example of my chishop and pip setup.

@carljm
Copy link
Contributor

carljm commented Dec 9, 2011

Yes, this is a problem. #395 documents the root cause and needed fix (it's not a quick fix), so closing this as duplicate of that one.

@carljm carljm closed this as completed Dec 9, 2011
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 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