Re: [matplotlib-devel] mpl 1.3.1 install issues with py3.3

2013-10-23 Thread Benjamin Root
This isn't a matplotlib bug. Somehow, a py2.x version of nose got into your python3.3 site-packages. Try clearing that out first. Of course, it might still be possible that we are somehow forcing the wrong nose to be installed... -

[matplotlib-devel] mpl 1.3.1 install issues with py3.3

2013-10-23 Thread Neal Becker
pip install of mpl 1.3.1 has issues. It wants to install nose, but seems to be incompatible with py3.3: Running setup.py install for nose File "/home/nbecker/.local/lib/python3.3/site- packages/nose/plugins/base.py", line 70 except OptionConflictError, e: