第一种: 看看你安装时报了什么错, 一般都是缺少c++环境, 上微软官网下载安装即可第二种: 直接安装anaconda(加强版python), 里面已经封装好了包括numpy, pandas等常用的包第三种: pip install conda(更方便的安装包的包) 然后 conda install numpy
pip install numpy不成功?!