Can't upgrade matplotlib in Ubuntu 12.04 with Canopy installed
问题 I'm trying to upgrade matplotlib in Ubuntu 12.04 . When I run the command: sudo pip install --upgrade matplotlib I get this error: Downloading/unpacking matplotlib Running setup.py egg_info for package matplotlib The required version of distribute (>=0.6.28) is not available, and can't be installed while this script is running. Please install a more recent version first, using 'easy_install -U distribute'. (Currently using distribute 0.6.24dev-r0 (/usr/lib/python2.7/dist-packages)) Complete