When I try to install libxml in my Mac10.9 using pip or easy_install, I get error like below :
1 |
clang: error: unknown argument: '-mno-fused-madd' |
I have solved (clang: error: unknown argument: ‘-mno-fused-madd’) this method by type this text in our console :
1 2 |
export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments |
install libxml using command :
1 |
sudo pip install lxml |
I hope this steps canĀ help you how to install libxml in Mac10.9
Source : http://stackoverflow.com/questions/19548011/cannot-install-lxml-on-mac-os-x-10-9
My name is Toto Sugito. This is my notes when I try something. Maybe, this is NOT THE BEST SOLUTION for your problems. If you have other method or idea that better with my post, please share in this blog. Thank for visiting my site.