-
Notifications
You must be signed in to change notification settings - Fork 84
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
installing tdm option 2 did not work #103
Comments
This error is not related to TDM directly, but to some apparently missing libraries required by QT5. And as such, it's outside of the scope of this project support. Sorry. |
Might want to check out this post! *** Shoutout to therecipe | for the post below *** This can happen if you use the docker images for example, because they don't have all the X11 stuff installed that is needed to get the "xcb" plugin working. But you should be able to get it working with some other plugin, with something like also if you use qtminimal first, then you can save yourself some time |
Closing since it is answered |
tasmota/tasmotizer#71 please have a look and let me know |
Any news? Tried? |
Closing since there is no feedback |
Hi
tried installing as written in option 2
pip install tdmgr
but launching is not working
`python3 tdmgr.py
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" 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: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
`
python 3.8.2
The text was updated successfully, but these errors were encountered: