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
I have tried to use PythonPlot with PyQt5, however it can not initialize and I receive the error: No working GUI backend found for matplotlib
After some digging I determined the error to originate from fixqtpath() in pygui.jl. where somekind of exception occurs. I haven't found the excact issue, but by commenting the fixqtpath() in function qt_eventloop(QtCore::Py, sec::Real=50e-3) and configuring my QT_PLUGIN_PATH environment path to the correct QT folder, I got the backend to load as intended.
The text was updated successfully, but these errors were encountered:
@magnusbbc I'm having the same issue and it's a pain. Everything works fine if I use matplotlib directly from PythonCall but with PythonPlot it doesn't find the GUI.
I am struggling to find the folder for QT though to do this fix. Any advice on how I can do that?
I have tried to use PythonPlot with PyQt5, however it can not initialize and I receive the error:
No working GUI backend found for matplotlib
After some digging I determined the error to originate from
fixqtpath()
inpygui.jl
. where somekind of exception occurs. I haven't found the excact issue, but by commenting thefixqtpath()
infunction qt_eventloop(QtCore::Py, sec::Real=50e-3)
and configuring myQT_PLUGIN_PATH
environment path to the correct QT folder, I got the backend to load as intended.The text was updated successfully, but these errors were encountered: