Member Site › Forums › Rosetta 3 › Rosetta 3 – General › Biopython error in mac os x
- This topic has 3 replies, 3 voices, and was last updated 12 years, 7 months ago by Anonymous.
-
AuthorPosts
-
-
June 12, 2012 at 7:23 pm #1304Anonymous
Hi,
I am new with mac osx and rosetta. I have rosetta 3.3 installed and have trouble with installation of biopython 1.59. on my mac os 10.7, have already installed Xcode 4.3.2. I have pasted the error message. Any help would be highly appreciated.
Thanks$cd biopython-1.59
$sudo python setup.py install
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 -
June 12, 2012 at 7:30 pm #7237Anonymous
What do you need biopython for? I wasn’t aware that we had anything that required it. Did you mean to post to a biopython forum?
It’s failing because llvm-gcc-4.2 doesn’t exist.
-
June 13, 2012 at 7:25 pm #7243Anonymous
First, thanks for thenprompt reply. Well, I am trying to do a test run of antibody-antigen docking via rosettadock3.3. Reading their manual, its suggested to have biopython as part of setting up the workspace environment.
Could help to know how to supply llvm-gcc4.2?
Thanks again,
Vinodh -
June 13, 2012 at 11:22 pm #7245Anonymous
-
-
AuthorPosts
- You must be logged in to reply to this topic.