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

Installation problem #167

Closed
SilentBob83 opened this issue Oct 15, 2021 · 6 comments
Closed

Installation problem #167

SilentBob83 opened this issue Oct 15, 2021 · 6 comments

Comments

@SilentBob83
Copy link

Hello i get the following error:

Could not find a version that satisfies the requirement tdmgr (from versions: )
No matching distribution found for tdmgr

how can i fix it ?

@barbudor
Copy link
Contributor

Sorry but our crystal ball being under maintenance, we have no way to guess which operating system you are using and which of the 3 installation method described in the wiki you are using.

May be if it's not too much to ask, you could give us more details ?

@SilentBob83
Copy link
Author

SilentBob83 commented Oct 15, 2021 via email

@barbudor
Copy link
Contributor

barbudor commented Oct 15, 2021

Indeed, you need to use python3
There are 2 ways

  1. use pip3 install tdmgr ==> I see you have tried that. Let me check.
  2. make python3 default : look at update-alternatives (please google, don't ask ere)

I want to run the TDM on webui so I also tried to install PyQtWebEngine there i get the similar failure:

You may have a wrong understanding. TDM will not run in a browser. This allows to open Tasmota's Web UI inside TDM instead of openning it in your default browser.

I will revert about your issue with pip3 in a few minutes, my PI hasn't booted for some time, need some updates

@barbudor
Copy link
Contributor

barbudor commented Oct 15, 2021

Seems that you can't get PyQT5 from PiPy on Raspian
You may have to install it using sudo apt install python3-pyqt5
But not sure it will install the right version for TDM, you may have to use the python code directly by cloning the repo

@Jason2866
Copy link
Collaborator

It is a known problem to Install PyQt5 on a RasPi. Some where successfull doing this tasmota/tasmotizer#71

@SilentBob83
Copy link
Author

it seems not to be possible for me, thanks for your help

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

3 participants