ImportError: Failed to import any qt binding, Python - Tensorflow
make sure you have PyQt5
installed. you may open a python shell and try:
import PyQt5
if it fails then you can install it via:
pip install PyQt5
If you are on macOS or Linux be careful that you might need to run
pip3 install PyQt5
It solved my problem.
pip uninstall matplotlib
python -m pip install --upgrade pip
pip install matplotlib