leon-thomm / Ryven

Flow-based visual scripting for Python
https://ryven.org
MIT License
3.76k stars 439 forks source link

Could not load the Qt platform plugin "windows" #155

Open sambaPython24 opened 1 year ago

sambaPython24 commented 1 year ago

Hey, when I try to run ryven from the Anaconda environment in Windows, I get the following error

>>> import ryven
>>> ryven.run_ryven()
qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: direct2d, minimal, offscreen, windows.

Do you have any idea how to solve that issue?

Alttmo commented 1 year ago

Up! Same issue here, any fix?