在linux系统中安装matplotlib
生活随笔
收集整理的這篇文章主要介紹了
在linux系统中安装matplotlib
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
首先:執行?
sudo apt install python3-matplotlib其次:執行
?
說明:這里的3.8,書上寫的的是3.5,但是我自己的編譯器版本較高,所以我就把3.5改成這里的3.8,果然奏效,安裝成功。
接下來:執行
sudo apt install libfreetype6-dev g++但是我自己的系統提示,如下信息:
Reading package lists... Done Building dependency tree Reading state information... Done g++ is already the newest version (4:9.3.0-1ubuntu2). libfreetype6-dev is already the newest version (2.10.1-2ubuntu0.1). libfreetype6-dev set to manually installed. The following package was automatically installed and is no longer required:libllvm11 Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.大題意思是,g++和libfreetype6-dev都已經是最新版本了。
書上還有一句代碼:
pip install --user matplotlib我執行了以后,提示如下:?
Requirement already satisfied: matplotlib in /usr/lib/python3/dist-packages (3.1.2)總結
以上是生活随笔為你收集整理的在linux系统中安装matplotlib的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: c++primer书上习题date类的部
- 下一篇: linux 其他常用命令