lipo: can't figure out the architecture type of: /var/folders/

后端 未结 3 1399
情话喂你
情话喂你 2021-01-22 18:41

I tried installing lxml on Mac OSX Snowleopard and keep getting the error:

lipo: can\'t figure out the architecture type of: /var/folders/

I di

3条回答
  •  花落未央
    2021-01-22 18:55

    you have an architecture problem for your python, Because of changes in Xcode 4 (dropping of support for the 10.4u SDK and gcc-4.0) it is not practical to build C extension modules with that Python on 10.7 Lion. Either use the Apple-supplied Python 2.7

    /usr/bin/python2.7

    Install the Python 2.7.3 Mac OS X 64-bit/32-bit x86-64/i386 Installer

提交回复
热议问题