On Monday, 13 April 2015 15:58:58 UTC-4, Ned Deily wrote: > In article <[email protected]>, > Pippo <[email protected]> wrote: > > I am trying to install matplotlib and I keep getting error: > [...] > > File > > > > "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/v > > ersion.py", line 343, in _cmp > > if self.version < other.version: > > TypeError: unorderable types: str() < int() > > > > any idea? > > If you are running on OS X 10.10 (Yosemite), try upgrading to a current > Python 3.4.x. 3.3.x is no longer supported and was released long before > Yosemite was. > > http://bugs.python.org/issue21811 > > -- > Ned Deily, > [email protected]
Thanks -- https://mail.python.org/mailman/listinfo/python-list
