直接使用: 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

网友评论