Installing Lxml On Mac Os X 10.6.8 With Gcc 4.2
I've installed gcc on Mac OS X 10.6.8 using the osx-gcc-installer. Downloading XCode would take forever, but I managed to download and install this 170-Mb package, and I am able to
Solution 1:
Try solution proposed here:
sudo ARCHFLAGS="-arch i386 -arch x86_64" pip install lxml
Post a Comment for "Installing Lxml On Mac Os X 10.6.8 With Gcc 4.2"