JavaShuo
欄目
標籤
Window8.1下安裝Matplotlib庫
時間 2019-11-12
標籤
window8.1
window
安裝
matplotlib
欄目
Windows
简体版
原文
原文鏈接
有兩種方法:
html
直接選用一些預打包庫軟件,如WinPython, Python(x,y), Enthought Canopy, or Continuum Anaconda。這些軟件中已包含有Matplotlib和其它經常使用庫。這裏推薦
Anaconda
。
在標準Python版本基本上自行安裝
Matplotlib庫
,比較麻煩。能夠分爲兩種方法:
下載資源包
matplotlib-1.5.3.tar.gz
(
md5
,
pgp
),用python setup.py install命令安裝。安裝方法可參考
安裝pip
。這種方法有時可能由於須要其它庫致使失敗;
下載whl文件,用
pip install filename.whl
命令安裝,filename.whl指的是對應版本和平臺下的whl文件名,具體見
參考文章
。以Python3.5版本爲例,需下載
matplotlib-1.5.3-cp35-cp35m-win32.whl
(
md5
)。推薦用這種方法,緣由是能夠自動檢測所需安裝包並自動下載。
參考:
python
http://matplotlib.org/users/installing.html
相關文章
1.
py matplotlib庫安裝
2.
Pycharm安裝matplotlib庫
3.
Linux下安裝matplotlib
4.
tensorflow下安裝matplotlib
5.
mac安裝 Vitual box 虛擬機(window8.1)
6.
python安裝matplotlib和numpy庫
7.
matplotlib 庫安裝教程
8.
matplotlib庫安裝教程
9.
安裝python的matplotlib庫
10.
Mac下安裝numpy,pandas,matplotlib
更多相關文章...
•
Wireshark下載安裝和使用教程
-
TCP/IP教程
•
Docker 安裝 Nginx
-
Docker教程
•
Composer 安裝與使用
•
IntelliJ IDEA安裝代碼格式化插件
相關標籤/搜索
matplotlib
安裝
下裝
裝下
Linux下安裝OpenCV
安裝mysql數據庫
PyCharm的安裝
工具安裝
ROS安裝
環境安裝
Windows
Hibernate教程
MySQL教程
SQLite教程
數據庫
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
安裝cuda+cuDNN
2.
GitHub的使用說明
3.
phpDocumentor使用教程【安裝PHPDocumentor】
4.
yarn run build報錯Component is not found in path 「npm/taro-ui/dist/weapp/components/rate/index「
5.
精講Haproxy搭建Web集羣
6.
安全測試基礎之MySQL
7.
C/C++編程筆記:C語言中的複雜聲明分析,用實例帶你完全讀懂
8.
Python3教程(1)----搭建Python環境
9.
李宏毅機器學習課程筆記2:Classification、Logistic Regression、Brief Introduction of Deep Learning
10.
阿里雲ECS配置速記
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
py matplotlib庫安裝
2.
Pycharm安裝matplotlib庫
3.
Linux下安裝matplotlib
4.
tensorflow下安裝matplotlib
5.
mac安裝 Vitual box 虛擬機(window8.1)
6.
python安裝matplotlib和numpy庫
7.
matplotlib 庫安裝教程
8.
matplotlib庫安裝教程
9.
安裝python的matplotlib庫
10.
Mac下安裝numpy,pandas,matplotlib
>>更多相關文章<<