I want to complie a fortran file on Win10, just like python3 -m numpy.f2py -c -m h3plus h3plus.f90 But python in MSYS2 doesn\'t contain NumPy, so I try to
python3 -m numpy.f2py -c -m h3plus h3plus.f90