Opened 7 years ago

Closed 6 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: newassigned

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers py27-matplotlib), if any.

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 6 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: assignedclosed

In 3308e602fd94da791afb93267d7dca180d6e69f7/macports-ports:

py27-matplotlib: add backport-functools_lru_cache as a dependency

For py27 version only. Addresses ticket https://github.com/macports/macports-ports/pull/55038 .

Note: See TracTickets for help on using tickets.