Hello everyone,
The past couple of hours I have desperately tried to install ffnet on my
computer (Ubuntu 9.10 with a Linux 2.6.31-17-generic kernel on an x86 64
bit architecture).
My main problem is that there seems to be a problem with the --fcompiler
option of the setup.py script.
Here's what I have tried so far:
After downloading the lastest version I ran "sudo easy_install ffnet":
Processing ffnet
Running setup.py -q bdist_egg --dist-dir
/home/fell/src/ffnet/egg-dist-tmp-scMbH4
Could not locate executable g77
Could not locate executable f77
Could not locate executable ifort
Could not locate executable ifc
Could not locate executable lf95
Could not locate executable pgf90
Could not locate executable pgf77
Could not locate executable f90
Found executable /usr/bin/f95
Could not locate executable fort
Could not locate executable efort
Could not locate executable efc
Found executable /usr/bin/gfortran
zip_safe flag not set; analyzing archive contents...
Adding ffnet 0.6.2 to easy-install.pth file
Installed
/usr/local/lib/python2.6/dist-packages/ffnet-0.6.2-py2.6-linux-x86_64.egg
Processing dependencies for ffnet==0.6.2
Finished processing dependencies for ffnet==0.6.2
Python returns "ImportError: No module named _ffnet" upon "import ffnet".
'f2py -c --help-fcompiler" suggests gnu95 to be used as Fortran compiler,
so I tried "python setup.py install --fcompiler=intel" resulting in
"error: option --fcompiler not recognized".
I am lost here and would appreciate any help.
Cheers,
Jan
|