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
亲测pip install 比conda install更快
三、验证
输入
python
import numpy
import matplotlib
成功!
至此老衲的pytorch的GPU环境和tensorflow的GPU环境的sklearn已全部配置完毕!嘻嘻哈哈!
文章来源:https://www.toymoban.com/news/detail-507266.html
多谢大家的点赞文章来源地址https://www.toymoban.com/news/detail-507266.html
到了这里,关于python和numpy matplotlib版本匹配,以及安装指定版本库的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!