1、设置超时时间
默认超时时间15s,可加长超时时间,如200
使用pip的时候加上--default-timeout参数,设定超时时间:
pip --default-timeout=200 install pytest-html
2、更换镜像源
临时修改:
pip install -i https://pypi.douban.com/simple pytest-html
永久修改:
pip config set global.index-url https://pypi.douban.com/simple
国内常用镜像源:
豆瓣:http://pypi.douban.com/simple/
阿里云:https://mirrors.aliyun.com/pypi/simple/
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)