欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

python和numpy?matplotlib版本匹配及安裝指定版本庫

 更新時(shí)間:2023年10月28日 08:31:52   作者:innovationy  
Matplotlib 是 Python 的繪圖庫,它經(jīng)常與NumPy一起使用,從而提供一種能夠代替Matlab的方案,這篇文章主要給大家介紹了關(guān)于python和numpy?matplotlib版本匹配及安裝指定版本庫的相關(guān)資料,文中通過圖文介紹的非常詳細(xì),需要的朋友可以參考下

python和numpy matplotlib版本匹配,以及安裝指定版本庫

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

已知的兼容版本:

    python3.6;
    numpy1.16.3或者1.18.2;
    pandas0.24.2;
    matplotlib3.0.3
    scipy 1.3.1
    scikit-learn==0.22.1

一、卸載

pip uninstall numpy

其他庫類似

二、安裝

安裝指定版本的庫

conda install numpy==1.16.3

pip install matplotlib==3.0.3
pip install scipy==1.3.1

親測(cè)pip install 比conda install更快

三、驗(yàn)證

輸入

python
import numpy
import matplotlib

成功!

至此老衲的pytorch的GPU環(huán)境和tensorflow的GPU環(huán)境的sklearn已全部配置完畢!嘻嘻哈哈!

總結(jié)

到此這篇關(guān)于python和numpy matplotlib版本匹配及安裝指定版本庫的文章就介紹到這了,更多相關(guān)python和numpy matplotlib版本匹配內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

相關(guān)文章

最新評(píng)論