Skip to content Skip to sidebar Skip to footer

Installing Lxml Osx Mavericks 10.9.2

I am trying to install lxml on 10.9.2 Mavericks and i used all the solutions mentioned here before but i seem to get a different error, the argument '-mno-fused-madd' is unknown, i

Solution 1:

you should install or upgrade command line tool for xcode. please try command in terminal:

xcode-select--install

Solution 2:

So the problem had nothing to do with the C compiler, it was in the python version used on the machine, apparently there was a conflict in python versions, a new clean installation of python solved the problem, and the .bash_profile. then we used the original command

pip install lxml

and it was successfully installed

Post a Comment for "Installing Lxml Osx Mavericks 10.9.2"