pip
cannot install matplotlib
. Why won't it work?
It just hangs when I do pip install matplotlib
.
Collecting matplotlib
Using cached matplotlib-1.5.1.tar.gz
The workaround to finally get it installed was to download the archive from sourceforge. I'm going to try it again to verify that there is a problem with the package.
pip install matplotlib
will appear to hang but the installation process is actually still well alive. Try the same command again and wait for a while. – edwinksl Jun 04 '16 at 00:42pip install matplotlib
works on my machine with Ubuntu 16.04. – edwinksl Jun 04 '16 at 01:06