python不是自带numpy模块的,Python*网上的发行版是不包含NumPy模块的。安装方法:直接使用“pip3 install --user numpy scipy matplotlib”命令进行安装即可。