Python 3.7+
#558
-
Beta Was this translation helpful? Give feedback.
Answered by
rikroe
Sep 27, 2023
Replies: 1 comment 3 replies
-
Not sure what you are trying to do. This library fully supports Python 3.8 to 3.11. Python 3.7 is not supported anymore. To migrate, best uninstall the library using pip, install a newer version of python (preferably the latest available, as 3.8 will be out of support by soon as well). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Judging from https://www.domoticz.com/wiki/Using_Python_plugins, a newer python version should work with demoticz.
As alternative (if you're only interested in the status) you could install it in a separate venv and just use the status CLI with the json flag.