久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術文章
文章詳情頁

windows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解

瀏覽:5日期:2022-07-04 08:13:09

學習python過程中想使用python的matlabplot繪圖功能,遇到了一大批問題,然后一路過關斬將,最終安裝成功,實為不易,發帖留念。

1 首先打開cmd

win+r

2 pip安裝

pip3 install --user numpy scipy matplotlib

?user 選項可以設置只安裝在當前的用戶下,而不是寫入到系統目錄。默認情況使用國外線路,國外太慢,我們使用清華的鏡像就可以:

pip3 install numpy scipy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple

如何網絡不好,我們可以挨個單獨安裝

pip3 install numpy s -i https://pypi.tuna.tsinghua.edu.cn/simplepip3 install scipy -i https://pypi.tuna.tsinghua.edu.cn/simplepip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple

3 安裝matlabplot時遇到錯誤:

Using legacy ’setup.py install’ for matplotlib, since package ’wheel’ is not installed.

Installing collected packages: matplotlib

    Running setup.py install for matplotlib ... error

    ERROR: Command errored out with exit status 1:

windows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解

查看自己的python版本:

Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32 Type 'help', 'copyright', 'credits' or 'license()' for more information.

windows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解

我的python是3.9 AMD64

在https://www.lfd.uci.edu/~gohlke/pythonlibs/網站找到worldcouldwindows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解

選著自己相應的.whl下載。我的選:

wordcloud-1.8.0-cp39-cp39-win_amd64.whl

然后回到cmd

4 安裝

pip install wordcloud-1.8.0-cp39-cp39-win_amd64.whl

windows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解

5 再次出現錯誤

Using legacy ’setup.py install’ for matplotlib, since package ’wheel’ is not installed.

直接安裝wheel

pip install wheel

6 再次安裝matlabplot

pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple

不成功

7 在https://www.lfd.uci.edu/~gohlke/pythonlibs/找到matlabplot

windows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解

下載后安裝,

pip3 install matplotlib-3.3.2-cp39-cp39-win_amd64.whl

windows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解

顯示安裝成功,趕緊找個程序來試一下:

import numpy as np from matplotlib import pyplot as plt x = np.arange(1,11) y = 2 * x + 5 plt.title('Matplotlib demo') plt.xlabel('x axis caption') plt.ylabel('y axis caption') plt.plot(x,y) plt.show()

windows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解

安裝成功,一波五折

到此這篇關于windows下python 3.9 Numpy scipy和matlabplot的安裝教程詳解的文章就介紹到這了,更多相關python 3.9 Numpy scipy和matlabplot的安裝內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 巴塘县| 柳江县| 宁晋县| 黑龙江省| 永州市| 仪征市| 广宗县| 农安县| 南川市| 南澳县| 长泰县| 曲麻莱县| 金昌市| 奈曼旗| 河源市| SHOW| 舒城县| 富宁县| 手游| 鄱阳县| 金塔县| 葵青区| 大田县| 竹溪县| 织金县| 怀来县| 台北市| 区。| 镇雄县| 桓仁| 屏山县| 旺苍县| 广元市| 平武县| 苏州市| 文化| 康定县| 封丘县| 江源县| 鹤山市| 稷山县|