Open natevw opened 10 years ago
When doing:
sudo pip install https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz
I get this error:
/usr/X11/include/ft2build.h:56:10: fatal error: 'freetype/config/ftheader.h' file not found
I had to do a variant of this workaround:
sudo ln -s /usr/local/include/freetype2/ /usr/include/freetype
When doing:
I get this error:
I had to do a variant of this workaround: