Opened 7 years ago
Closed 7 years ago
#55007 closed defect (fixed)
py27-matplotlib 2.4.1: missing dependency
Reported by: | andreavicere | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | Cc: | ||
Port: | py-matplotlib |
Description (last modified by mf2k (Frank Schima))
On MacOs HighSierra, python 2.7, the command
import matplotlib.pyplot
fails complaining that functools_lru_cache
could not be imported.
The fix is to install also the package py27-backports-functools_lru_cache
, which however does not appear among dependencies of py27-matplotlib.
Change History (4)
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Keywords: | matplotlib functools_lru_cache removed |
---|---|
Owner: | set to seanfarley |
Port: | py-matplotlib added; pyt27-matplotlib removed |
Status: | new → assigned |
comment:2 Changed 7 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:3 Changed 7 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:4 Changed 7 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers py27-matplotlib
), if any.