我想升级matplotlib在Ubuntu 12.04.当我运行命令时:
sudo pip install --upgrade matplotlib
Run Code Online (Sandbox Code Playgroud)
我收到此错误:
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 output from command python setup.py egg_info:
The required version of distribute (>=0.6.28) is not available,
and can't be installed while this script is running. Please …Run Code Online (Sandbox Code Playgroud)