How to install matplotlib with Python3.2
I installed python3.2 in ubuntu (the default edition is not deleted), and I follow the steps in here However when i use python3.2 setup.py install I got: "error: command 'gcc' failed with exit status 1", "src/ft2font.cpp:2224:29: error: ‘Int’ is not a member of ‘Py’" And when I use sudo apt-get install python-matplotlib I can use matplot in python2.x, while I still can not use it with python3.2 How can I install matplot in python3.2 ? Matplotlib supports python 3.x as of version 1.2, released in January, 2013. To install it, have a look at the installation instructions . In general, call pip