new-coder icon indicating copy to clipboard operation
new-coder copied to clipboard

matplotlib on Ubuntu needs some dependencies before it can install w/i virtualenv

Open econchick opened this issue 11 years ago • 1 comments

While in the virtualenv, sudo apt-get build-dep python-matplotlib followed by pip install matplotlib worked, not just pip install matplotlib.

http://stackoverflow.com/questions/9829175/pip-install-matplotlib-error-with-virtualenv

econchick avatar Mar 22 '13 00:03 econchick

FTR aptitude build-dep (same as apt-get buld-dep but better) does not have to be run from a virtualenv.

merwok avatar Apr 08 '13 23:04 merwok