Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Qt Platform Plugin Initialized - but Launcher loads #541

Open
kjpoli opened this issue Apr 13, 2020 · 3 comments
Open

No Qt Platform Plugin Initialized - but Launcher loads #541

kjpoli opened this issue Apr 13, 2020 · 3 comments

Comments

@kjpoli
Copy link

kjpoli commented Apr 13, 2020

Howdy,

I'm trying to build a local Avalon pipeline as a demo for my studio, following the normal instructions. The launcher loads fine and the example project imports, I can browse its assets and generally click around the interface, however clicking on and trying to use the Loader or Project Manager throws an error alert
this application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem

so far I've taken a look at my environment variables, and made sure Avalon sees only my Pyqt5 installation from Pip that matches my python version (3.8, windows 64bit), and im confused as to why the main QML launcher could start with QT functioning, but the Loader and Project manager do not. Is there a special concern for these apps ? Any direction for future debugging would be helpful as well. Thanks in advance and let me know if I can provide more information

@tokejepsen
Copy link
Collaborator

Would it be possible to post which version of pyqt you are using?

@kjpoli
Copy link
Author

kjpoli commented Apr 13, 2020

absolutely, thanks for the prompt response

pip show PyQt5 reports

Version: 5.14.1
Summary: Python bindings for the Qt cross platform application toolkit
Home-page: https://www.riverbankcomputing.com/software/pyqt/
Author: Riverbank Computing Limited
Author-email: [email protected]
License: GPL v3
Location: c:\users\hornet\appdata\roaming\python\python38\site-packages
Requires: PyQt5-sip

@tokejepsen
Copy link
Collaborator

You may wanna try an older version of PyQt5. I cant remember when the cut off point is atm, but for example the docker project uses 5.8.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants