Real-time-voice-cloning: Import Error:(Failed to import any qt binding)

Created on 26 Sep 2019  路  2Comments  路  Source: CorentinJ/Real-Time-Voice-Cloning

File "C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\backends\qt_compat.py"
raise ImportError("Failed to import any qt binding")
This error shows up when running python demo_toolbox.py -d .

I have PyQt5 and tried reinstalling matplotlib packages. It didn't work. What could possibly cause this error?

Most helpful comment

I received the same error and got past it by installing pyqt5 using 'pip install pyqt5'.

All 2 comments

I received the same error and got past it by installing pyqt5 using 'pip install pyqt5'.

Uninstalling an reinstalling pyqt5 worked for me

Was this page helpful?
0 / 5 - 0 ratings

Related issues

amintavakol picture amintavakol  路  10Comments

yevgetman picture yevgetman  路  6Comments

nav1-code picture nav1-code  路  16Comments

git-davi picture git-davi  路  9Comments

hnjiakai picture hnjiakai  路  4Comments