numpy, pandas,scipy,sklearn库
一般安装,pip install 库名
注意:1, 我在用pip install numpy 装完之后,import numpy时, 报错:
ImportError: cannot import name 'NUMPY_MKL'
在网站:https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy 中下载numpy+mkl 的安装包,重新安装(pip uninstall numpy 卸载;安装 pip install xxx.whl)
2, 几个库的安装顺序:numpy/scipy, pandas/sklearn