中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝

發布時間:2020-11-30 15:33:29 來源:億速云 閱讀:301 作者:Leah 欄目:開發技術

python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝?相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

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/simple

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

pip3 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:

python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝

查看自己的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.

python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝

我的python是3.9 AMD64

在https://www.lfd.uci.edu/~gohlke/pythonlibs/網站找到worldcould
python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝

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

wordcloud-1.8.0-cp39-cp39-win_amd64.whl

然后回到cmd

4 安裝

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

python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝

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

python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝

下載后安裝,

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

python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝

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

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()

python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝

看完上述內容,你們掌握python 3.9 Numpy scipy和matlabplot如何在windows環境中安裝的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

洪雅县| 桦南县| 田林县| 搜索| 克东县| 滨海县| 淄博市| 扶沟县| 健康| 武鸣县| 偏关县| 德江县| 怀仁县| 团风县| 巴里| 沐川县| 靖边县| 临泉县| 通山县| 万源市| 天等县| 莫力| 东乡族自治县| 尚义县| 邢台市| 商洛市| 岐山县| 辉县市| 乌兰察布市| 和林格尔县| 青龙| 金阳县| 响水县| 高邑县| 璧山县| 闵行区| 合川市| 尚义县| 连江县| 房山区| 即墨市|