pip install third-party library when the time-out error Read time out

For example, before I installed this pip install pytest-allure-adaptor

Overtime error

You can set the timeout on the line

pip --default-timeout=100 install pytest-allure-adaptor

Guess you like

Origin www.cnblogs.com/wind666/p/11206573.html