Skip to content

Updated matplotlib 1.5.3 broken in default Anaconda channel #7124

Closed
@jorisvandenbossche

Description

@jorisvandenbossche

Our pandas tests on travis started to fail last night on python 3.5 (eg https://travis-ci.org/pydata/pandas/jobs/160584906) with errors in our plotting tests (among others: "ImportError: No module named 'PyQt4'").
Compared to the previous build that passed, I noticed the difference in matplotlib and pyqt versions (matplotlib 1.5.1 -> 1.5.3, pyqt-4.11.4 -> pyqt-5.6.0, qt-4.8.7 -> qt-5.6.0). I could also reproduce this locally with conda create -n test-mpl python=3.5 matplotlib -c defaults, then importing matplotlib.pyplot gives the above error.

I am not sure if this has anything to do with matplotlib itself, or rather a broken build in anaconda, but reporting it here to be sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions