cedadev / jasmin_scivm

9 stars 0 forks source link

update matplotlib #80

Closed alaniwi closed 7 years ago

alaniwi commented 7 years ago

Per user request for 1.5.1 - wants to use some new functions. (See FP 41010.)

alaniwi commented 7 years ago

1.5.3 clean build. import fails with

>>> import matplotlib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/matplotlib/__init__.py", line 124, in <module>
    from matplotlib.rcsetup import (defaultParams,
  File "/usr/lib/python2.7/site-packages/matplotlib/rcsetup.py", line 34, in <module>
    from cycler import Cycler, cycler as ccycler
ImportError: No module named cycler

python27-cycler built. Matplotlib now imports cleanly. Rebuilt matplotlib with python27-cycler runtime dependency.