pip search django produces time out error

后端 未结 3 554
灰色年华
灰色年华 2020-12-10 07:34

coincidentally, I run pip search django command and I got time out error. even specifing a high value of timeout

Below the logs:

D:\\PERFILES\\rmac         


        
3条回答
  •  时光取名叫无心
    2020-12-10 07:51

    There is too short default timeout set for pip by default. You should really set this environment variable PIP_DEFAULT_TIMEOUT to at least 60 (1 minute)

    Source: http://www.pip-installer.org/en/latest/configuration.html

提交回复
热议问题