Was trying to install matplotlib on Ubuntu 14.04 with pip:
pip install matplotlib
But it says:
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/charlie/graphlab/build/matplotlib
Storing debug log for failure in /home/charlie/.pip/pip.log
How can I install it?