先卸载你当前numpy,在终端输入下面的命令pip uninstall numpy
然后再重新安装对应的numpy版本pip install numpy==版本号,你这里就需要安装1.17.3版本,安装命令:pip install numpy==1.17.3