可视化网站建设,哈尔滨建设网站门户,北京专业网站制作介绍,制图网站我正在尝试测试一个包含一些f90文件的package。如果我构建或安装并指定fortran编译器#xff0c;它可以正常工作。但是#xff0c;当我尝试测试时#xff0c;会出现以下错误#xff1a;C:\Users\jsalvatier\workspace\scikits.bvp_solverpython setup.py config_fc --f…我正在尝试测试一个包含一些f90文件的package。如果我构建或安装并指定fortran编译器它可以正常工作。但是当我尝试测试时会出现以下错误C:\Users\jsalvatier\workspace\scikits.bvp_solverpython setup.py config_fc --fcompilergfortran testrunning config_fcunifing config_fc, config, build_clib, build_ext, build commands --fcompiler optionsrunning testrunning egg_inforunning build_srcbuild_srcbuilding extension scikits.bvp_solver.bvp_solverf sourcesf2py options: []adding build\src.win32-2.6\fortranobject.c to sources.adding build\src.win32-2.6 to include_dirs.adding build\src.win32-2.6\scikits\bvp_solver\lib\bvp_solverf-f2pywrappers2.f90 to sources.building data_files sourcesbuild_src: building npy-pkg config fileswriting scikits.bvp_solver.egg-info\PKG-INFOwriting namespace_packages to scikits.bvp_solver.egg-info\namespace_packages.txtwriting top-level names to scikits.bvp_solver.egg-info\top_level.txtwriting dependency_links to scikits.bvp_solver.egg-info\dependency_links.txtreading manifest file scikits.bvp_solver.egg-info\SOURCES.txtreading manifest template MANIFEST.inwriting manifest file scikits.bvp_solver.egg-info\SOURCES.txtrunning build_extcustomize Mingw32CCompilercustomize Mingw32CCompiler using build_extcustomize GnuFCompilerFound executable C:\mingw\bin\g77.exegnu: no Fortran 90 compiler foundgnu: no Fortran 90 compiler foundFound executable C:\mingw\bin\g77.execustomize GnuFCompilergnu: no Fortran 90 compiler foundgnu: no Fortran 90 compiler foundcustomize GnuFCompiler using build_extbuilding scikits.bvp_solver.bvp_solverf extensioncompiling C sourcesC compiler: gcc -mno-cygwin -O2 -Wall -Wstrict-prototypescompile options: -Ibuild\src.win32-2.6 -IC:\Python26\lib\site-packages\numpy\core\include -IC:\Python26\include -IC:\Python26\PC -cgcc -mno-cygwin -O2 -Wall -Wstrict-prototypes -Ibuild\src.win32-2.6 -IC:\Python26\lib\site-packages\numpy\core\include -IC:\Python26\include -IC:\Python26\PC -c build\src.win32-2.6\scikits\bvp_solver\lib\bvp_solverfmodule.c -o build\temp.win32-2.6\Release\build\src.win32-2.6\scikits\bvp_solver\lib\bvp_solverfmodule.oFound executable C:\mingw\bin\gcc.exegcc -mno-cygwin -O2 -Wall -Wstrict-prototypes -Ibuild\src.win32-2.6 -IC:\Python26\lib\site-packages\numpy\core\include -IC:\Python26\include -IC:\Python26\PC -c build\src.win32-2.6\fortranobject.c -o build\temp.win32-2.6\Release\build\src.win32-2.6\fortranobject.ocompiling Fortran 90 module sourcesXXX: module_build_dirbuild\\temp.win32-2.6\\Release\\scikits\\bvp_solver option ignoredXXX: Fix module_dir_switch for GnuFCompilerXXX: module_dirs[] option ignoredXXX: Fix module_include_switch for GnuFCompilerFortran f77 compiler: C:\mingw\bin\g77.exe -g -Wall -fno-second-underscore -mno-cygwin -O3 -funroll-loopscompile options: -Ibuild\src.win32-2.6 -IC:\Python26\lib\site-packages\numpy\core\include -IC:\Python26\include -IC:\Python26\PC -cerror: f90 not supported by GnuFCompiler needed for scikits\bvp_solver\lib\BVP_M.f90有办法解决这个问题吗我在Windows7Python2.6Numpy1.4.1上。