You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import matplotlib.pyplot as plt
File "/home/travis/miniconda/lib/python3.4/site-packages/matplotlib/pyplot.py", line 114, in <module>
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
File "/home/travis/miniconda/lib/python3.4/site-packages/matplotlib/backends/__init__.py", line 32, in pylab_setup
globals(),locals(),[backend_name],0)
File "/home/travis/miniconda/lib/python3.4/site-packages/matplotlib/backends/backend_qt4agg.py", line 18, in <module>
from .backend_qt5agg import FigureCanvasQTAggBase as _FigureCanvasQTAggBase
File "/home/travis/miniconda/lib/python3.4/site-packages/matplotlib/backends/backend_qt5agg.py", line 16, in <module>
from .backend_qt5 import QtCore
File "/home/travis/miniconda/lib/python3.4/site-packages/matplotlib/backends/backend_qt5.py", line 31, in <module>
from .qt_compat import QtCore, QtGui, QtWidgets, _getSaveFileName, __version__
File "/home/travis/miniconda/lib/python3.4/site-packages/matplotlib/backends/qt_compat.py", line 137, in <module>
from PyQt4 import QtCore, QtGui
ImportError: No module named 'PyQt4'
import matplotlib.pyplot as plt
is erroring for matplotlib-1.5.3 while trying to import from PyQt4.I have observed this while running on Travis-CI, linux, installing matplotlib using conda. Here is a trace-back from the python 3.4.2 failure (https://travis-ci.org/simpeg/simpeg/jobs/160737799), for 2.7.9, there is an example in the travis log: https://travis-ci.org/simpeg/simpeg/jobs/160737812)
The environment is
This was not an issue when using matplotlib-1.5.1 and pyqt-4.11.4 (https://travis-ci.org/simpeg/simpeg/jobs/159897876#L379)
Thanks for your help!
The text was updated successfully, but these errors were encountered: