I just tried it and it returned about 3500 results. Did you really want that many results?
running "pip search --help" shows that you can set a --timeout flag, and the default is 15 seconds
try:
pip search --timeout=30 Django
On Wednesday, January 9, 2013 8:34:41 AM UTC-6, Matias Montenegro wrote:
I need a hand with this problem. I get a "time out" exception when i run "pip search", but "pip install" works fine. I'm using a proxy and I can't deactivate it. Does anybody know why it might be happening?