- How to install matplotlib with Python3.2
- python3.2 setup.py install
- "error: command 'gcc' failed with exit status 1",
- "src/ft2font.cpp:2224:29: error: ‘Int’ is not a member of ‘Py’"
- git clone https://github.com/matplotlib/matplotlib
- cd matplotlib
- python3 setup.py build
- sudo python3 setup.py install