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

后端 未结 3 1375
情话喂你
情话喂你 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:53

    I found that compilation issues like these are easily avoided by installing python via brew. If brew isn't able to link the formula, just force it with:

    brew link --overwrite python
    

    See also: http://docs.python-guide.org/en/latest/starting/install/osx/

提交回复
热议问题