【软件安装】Ubuntu使用pip安装matplotlib、pygame报错Traceback (most recent call last)解决方法

使用pip安装时报错Traceback (most recent call last):

在Ubuntu18.04使用pip安装matplotlib,pygame时都出现过大段的报错如下。

【软件安装】Ubuntu使用pip安装matplotlib、pygame报错Traceback (most recent call last)解决方法_第1张图片

原因分析:

参考了网上很多人的回答,也改过pip的文档,发现并不是系统的问题,并且每次下载开始时速度都很快,大概下载到30%-40%时就会出现错误。
后来参考了古思存的回答,发现是网络链接的问题。

解决方案:

首先更换镜像源,在Ubuntu > 软件更新器 >设置> Ubuntu软件中,将源改为国内的镜像源,也可以自动使用最佳服务器。

【软件安装】Ubuntu使用pip安装matplotlib、pygame报错Traceback (most recent call last)解决方法_第2张图片
【软件安装】Ubuntu使用pip安装matplotlib、pygame报错Traceback (most recent call last)解决方法_第3张图片
然后选择一个比较好的网络,可以开热点试试。
最后就可以正常下载安装啦!

以python3安装matplotlib为例:

下面展示一些 内联代码片

python3 -m pip install --user matplotlib

显示安装成功!

【软件安装】Ubuntu使用pip安装matplotlib、pygame报错Traceback (most recent call last)解决方法_第4张图片

你可能感兴趣的:(软件安装,python,ubuntu,linux,pip)