FS#59439 - [python-matplotlib] Different backend? New optional dependency?

Attached to Project: Community Packages
Opened by Max (VirtualTorus) - Wednesday, 25 July 2018, 02:02 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Wednesday, 24 October 2018, 11:43 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Bruno Pagani (ArchangeGabriel)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

If I do not have 'python-sip' installed, I receive the following error when importing 'matplotlib.pyplot' in Python [see importerror.txt attached].

A list of Python (3) packages I have installed (all updated to the lastest stable version on pacman) is also attached.

Steps to reproduce:
- Install 'python' and 'python-matplotlib'
- Do not have 'python-sip' installed (this is not a dependency of 'python-matplotlib', rather 'python-sip-pyqt5')
This task depends upon

Closed by  Bruno Pagani (ArchangeGabriel)
Wednesday, 24 October 2018, 11:43 GMT
Reason for closing:  Fixed
Additional comments about closing:  This was normally fixed in 2.2.3 release.
Comment by Max (VirtualTorus) - Wednesday, 25 July 2018, 02:11 GMT
Just a remark, a brief discussion about this issue is circulating at the bottom of this GitHub issue (starting with https://github.com/matplotlib/matplotlib/issues/7958/#issuecomment-405073592), which began 10 days ago.

My current workaround is to have python-sip installed (since it is not added as a dependency/by default by python-matplotlib)

Loading...