ImportError: Failed to import any qt binding

I want to use %matplotlib qt in jupyter notebook. I tried import PyQt5 and it worked. But when i run %matplotlib qt i got this errorImportError: Failed to import any qt bindingIssue is that my system is unable to import following packages.

from .backend_qt5 import ( QtCore, QtGui, QtWidgets, _BackendQT5, FigureCanvasQT, FigureManagerQT, NavigationToolbar2QT, backend_version)

I even installed QTCreator.

I am using Ubuntu version 20.04, Python 3.8

1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like