fj
unread,Aug 19, 2011, 10:53:20 AM8/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyMC
Hello,
I am trying to install PyMC on a Windows 7 x64, Enthought Python ,
using easy-install pymc - and I get the following errors after which
installation aborts. I tried to build from source using >>setup
install - and that too gives the same set of errors.
Any suggestions ?
-firdaus
--------------------------------------
< truncated > ....
Wrote C/API module "isotropic_cov_funs" to file "build
\src.win32-2.7\pymc\gp\cov_funs\isotropic_cov_funsmodule.c"
Fortran 77 wrappers are saved to "build\src.win32-2.7\pymc\gp
\cov_funs\isotropic_cov_funs-f2pywrappers.f"
Reading fortran codes...
Reading file 'pymc\\gp\\cov_funs\
\distances.f' (format:fix,strict)
Post-processing...
Block: distances
Block: euclidean
Block: geographic
Block: paniso_geo_rad
Block: aniso_geo_rad
Post-processing (stage 2)...
Building modules...
Building module "distances"...
Constructing wrapper function "euclidean"...
euclidean(d,x,y,[cmin,cmax,symm])
Constructing wrapper function "geographic"...
geographic(d,x,y,[cmin,cmax,symm])
Constructing wrapper function "paniso_geo_rad"...
paniso_geo_rad(d,x,y,ctrs,scals,[cmin,cmax,symm])
Constructing wrapper function "aniso_geo_rad"...
aniso_geo_rad(d,x,y,inc,ecc,[cmin,cmax,symm])
Wrote C/API module "distances" to file "build
\src.win32-2.7\pymc\gp\cov_funs\distancesmodule.c"
Could not locate executable g77
Could not locate executable f77
Could not locate executable ifort
Could not locate executable ifl
Could not locate executable f90
Could not locate executable DF
Could not locate executable efl
Could not locate executable gfortran
Could not locate executable f95
Could not locate executable g95
Could not locate executable efort
Could not locate executable efc
don't know how to compile Fortran code on platform 'nt'
warning: build_ext: f77_compiler=None is not available.
An exception has occurred, use %tb to see the full traceback.
SystemExit: error: Setup script exited with error: extension
'pymc.flib' has Fortran sources but no Fortran compiler found