方法一
Python添加到环境路径
安装命令
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
方法二
numpy
进入官网,下载适合的安装包
cp36: python3.6
win: windows
amd64: 64位操作系统
windows DOS安装Numpy
进入DOS
Ctrl+R
安装命令
pip install path\numpy-1.14.2-cp36-none-win_amd64.whl
Scipy
Scipy与numpy安装流程基本一样。
网友评论