homebrew-gnuradio icon indicating copy to clipboard operation
homebrew-gnuradio copied to clipboard

lxml workaround

Open natevw opened this issue 9 years ago • 0 comments

To install the Python dependencies on a somewhat clean Yosemite machine I had to do the following:

sudo easy_install pip
sudo STATIC_DEPS=true pip install Cheetah lxml matplotlib numpy scipy docutils sphinx

…specifically the STATIC_DEPS flag via this StackOverflow answer to avoid an error installing lxml:

fatal error: 'libxml/xmlversion.h' file not found

natevw avatar May 20 '15 22:05 natevw