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

installing tdm option 2 did not work #103

Closed
riker65 opened this issue Sep 29, 2020 · 6 comments
Closed

installing tdm option 2 did not work #103

riker65 opened this issue Sep 29, 2020 · 6 comments
Labels
awaiting feedback Feedback needed from opener of the issue

Comments

@riker65
Copy link

riker65 commented Sep 29, 2020

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

@jziolkowski
Copy link
Owner

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.

@ychasse01
Copy link

Might want to check out this post!

*** Shoutout to therecipe | for the post below ***
Could not load the Qt platform plugin "xcb" in "" even though it was found.

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
QT_QPA_PLATFORM=minimal
or
QT_QPA_PLATFORM=offscreen

also if you use qtminimal first, then you can save yourself some time
qtminimal && QT_QPA_PLATFORM=minimal

@Jason2866
Copy link
Collaborator

Closing since it is answered

@jziolkowski
Copy link
Owner

tasmota/tasmotizer#71 please have a look and let me know

@jziolkowski jziolkowski reopened this Jan 6, 2021
@Jason2866
Copy link
Collaborator

Any news? Tried?

@Jason2866 Jason2866 added the awaiting feedback Feedback needed from opener of the issue label Jan 26, 2021
@Jason2866
Copy link
Collaborator

Closing since there is no feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Feedback needed from opener of the issue
Projects
None yet
Development

No branches or pull requests

4 participants