pip安装第三方库的时候 超时报错 Read time out

比如之前我安装这个pip install pytest-allure-adaptor

就超时报错

可以设置超时时间   就行了

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

猜你喜欢

转载自www.cnblogs.com/wind666/p/11206573.html
今日推荐