```ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.9 from "D:\python3.7.4\miniconda\python.exe"
* The NumPy version is: "1.21.4"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: DLL load failed while importing _multiarray_umath: 找不到指定的模块。
应该是numpy版本问题,可以试试安装 numpy+mkl“
https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
还可以参考一下这里的解决办法:
https://www.cnblogs.com/maomaozi/p/14619961.html
刚刚装了GDAL,Fiona,然后装了geopandas,还是没用,报找不到制定模块