[Biopython] Help needed to fix an error in biopython on mac osx
vinodh kurella
vinkurella at yahoo.com
Thu May 31 17:28:13 UTC 2012
Hi Biopython community,
I am trying to install biopython onto my mac osx (10.7.4) but after downloading the biopython 1.59.tar.gz from http://biopython.org/wiki/Download and installation get some error which is pasted below.
$cd biopython-1.59
$sudo python setup.py install
It works until it gets to this error and aborts. Could anyone please let me know what is wrong ?
Thanks and appreciate your help. Below is the report, have cut out (......) the middle and have shown the start and the end output only.
Vinodh
running install
running build
running build_py
creating build
creating build/lib.macosx-10.7-intel-2.7
creating build/lib.macosx-10.7-intel-2.7/Bio
copying Bio/__init__.py -> build/lib.macosx-10.7-intel-2.7/Bio
copying Bio/_py3k.py -> build/lib.macosx-10.7-intel-2.7/Bio
.
.
.
.
copying Bio/PopGen/SimCoal/data/ssm_2d.par -> build/lib.macosx-10.7-intel-2.7/Bio/PopGen/SimCoal/data
running build_ext
building 'Bio.cpairwise2' extension
creating build/temp.macosx-10.7-intel-2.7
creating build/temp.macosx-10.7-intel-2.7/Bio
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -IBio -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Bio/cpairwise2module.c -o build/temp.macosx-10.7-intel-2.7/Bio/cpairwise2module.o
unable to execute llvm-gcc-4.2: No such file or directory
error: command 'llvm-gcc-4.2' failed with exit status 1
More information about the Biopython
mailing list