Changes between Initial Version and Version 2 of Ticket #55007


Ignore:
Timestamp:
Oct 5, 2017, 5:14:46 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55007

    • Property Owner set to seanfarley
    • Property Keywords matplotlib functools_lru_cache removed
    • Property Status changed from new to assigned
    • Property Port py-matplotlib added; pyt27-matplotlib removed
  • Ticket #55007 – Description

    initial v2  
    11On MacOs HighSierra, python 2.7, the command
     2{{{
    23'''import matplotlib.pyplot
    3 '''fails complaining that '''functools_lru_cache''' could not be imported.
    4 The fix is to install also the package '''py27-backports-functools_lru_cache''', which however does not appear among dependencies of py27-matplotlib.
     4}}}
     5fails complaining that {{{functools_lru_cache}}} could not be imported.
     6The fix is to install also the package {{{py27-backports-functools_lru_cache}}}, which however does not appear among dependencies of py27-matplotlib.