Closed
Description
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
Labels
No labels