赞
踩
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已全部配置完毕!嘻嘻哈哈!
多谢大家的点赞
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。