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 does not use proxy on pip 1.3.1 #1017

Closed
alb-i986 opened this issue Jun 27, 2013 · 9 comments
Closed

search does not use proxy on pip 1.3.1 #1017

alb-i986 opened this issue Jun 27, 2013 · 9 comments
Labels
auto-locked Outdated issues that have been locked by automation C: proxy Dealing with proxies and networking C: search 'pip search'

Comments

@alb-i986
Copy link

Hi all

it seems the issue 207 is still an issue.

While 'pip install' regularly uses the proxy I set (via env var), 'pip search' does not.

Here are the evidences:

strace pip search django
[...]
connect(3, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("199.27.76.129")}, 16) = -1 EINPROGRESS (Operation now in progress)

Here it stops for a bunch of seconds trying to reach 199.27.76.129 and then timeouts.

@mattismyname
Copy link

+1

@nealgroothuis-zz
Copy link

+2

@emoreth
Copy link

emoreth commented Aug 2, 2013

+3

@Gnarfoz
Copy link

Gnarfoz commented Aug 21, 2013

+4, see also #243 #395 #543

@kkdd
Copy link

kkdd commented Jan 4, 2014

See #1104 and #1180 for a solution.

@aldanor
Copy link

aldanor commented Jan 28, 2014

Any blockers in regards to merging this?

@ash211
Copy link

ash211 commented Apr 16, 2014

Observed in pip 1.3.1 on CentOS 6.4 with EPEL's packages.

Works:

pip install $package

Doesn't work:

pip search $package

@littlebylittle
Copy link

This bug also work for pip2 search v. 1.4.1

@Ivoz
Copy link
Contributor

Ivoz commented Jun 12, 2014

Closing to conglomerate on #1104

@Ivoz Ivoz closed this as completed Jun 12, 2014
@xavfernandez xavfernandez added C: proxy Dealing with proxies and networking C: search 'pip search' labels Oct 15, 2016
@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 C: proxy Dealing with proxies and networking C: search 'pip search'
Projects
None yet
Development

No branches or pull requests