I\'m trying to install Matplotlib 1.0.1 version on latest Cygwin. In the processing, there is a weird fork error cannot be solved. I googled similar questions and found that
These steps taken from www.scivision.co worked for me:
install packages: (most of these you may already have)
easy_install-3.6 pip
pip install --upgrade six
pip install matplotlib
import matplotlib
matplotlib.__version__