用vcode安装matplotlib报错
2020-06-06 本文已影响0人
花卷呀花卷
直接使用: py -m pip install -U matplotlib 报错,下载超时


使用镜像:py -m pip install -U matplotlib http://pypi.douban.com/simple/
出现:cannot unpack file 和 cannot determine archive format

更换其他镜像:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn matplotlib
