我试图通过 Intel Fortran 编译器在 Windows 8、x64 上使用 f2py 来实现。
我尝试过两件事:
1) 通过 Windows 64x 安装程序安装。http://www.lfd.uci.edu/~gohlke/pythonlibs/ NumPy 已正确安装,但执行 f2py -c --help-fcompiler 时未找到编译器 我得到:
Fortran compilers found:
Compilers available for this platform, but not found:
--fcompiler=absoft Absoft Corp Fortran Compiler
--fcompiler=compaqv DIGITAL or Compaq Visual Fortran Compil
--fcompiler=g95 G95 Fortran Compiler
--fcompiler=gnu GNU Fortran 77 compiler
--fcompiler=gnu95 GNU Fortran 95 compiler
--fcompiler=intelem Intel Fortran Compiler for 64-bit apps
--fcompiler=intelev Intel Visual Fortran Compiler for Itani
--fcompiler=intelv Intel Visual Fortran Compiler for …Run Code Online (Sandbox Code Playgroud)