Ubuntu16.04使用pip3和pip安装numpy,scipy,matplotlib

Posted tongqingliu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu16.04使用pip3和pip安装numpy,scipy,matplotlib相关的知识,希望对你有一定的参考价值。

安装Python3第三方库:

sudo apt install python3-pip
pip3 install numpy
pip3 install scipy
pip3 install matplotlib

报错,安装matplotlib库需要安装python3-tk库:

sudo apt-get install python3-tk
pip3 install matplotlib

报错,安装matplotlib库需要安装nose:

pip3 install nose

 

安装Python2第三方库:

sudo pip install numpy
sudo pip install scipy
sudo pip install matplotlib
sudo pip install nose

 

以上是关于Ubuntu16.04使用pip3和pip安装numpy,scipy,matplotlib的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu pip3安装uwsgi报错

ubuntu下python3.7安装pip3安装使用各种疑难杂症

Pip3 未安装(已存在)

Tensorflow在ubuntu16.04下的安装

i.MX6ULL应用移植 | 基于ubuntu base 16.04搭建python3.9+pip3环境

i.MX6ULL应用移植 | 基于ubuntu base 16.04搭建python3.9+pip3环境