You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the command of knxmap do not work for me. I always get the "tunnel connection timed out". I am wondering if the problem is maybe with a library you are using which is not ready for python 3.8.
The text was updated successfully, but these errors were encountered:
I cannot really tell you what's the problem, but indeed I guess it might be related to newer Python versions. When I was actively working on this project a couple of years ago, asyncio was still in early development stages. During that time, also a lot of API stuff changed. I assume after Python 3.4 even more asyncio-related code changed.
Maybe try running it with Python 3.4, e.g. via Docker (docker pull python:3.4). In case that works I could just add a Dockerfile. Unfortunately, I currently don't have a running KNX setup to test it myself.
I installed now Python 3.4 and tested it. With 3.4 it works without any problems. So it must be indeed a problem with the newer version.
I could install python 3.4 on Fedora with sudo dnf install python3.4 and then activated an env with:
python3.4 -m venv env
source env/bin/activate
For me this works well. But true maybe it helps others if you add a Dockerfile.
Most of the command of knxmap do not work for me. I always get the "tunnel connection timed out". I am wondering if the problem is maybe with a library you are using which is not ready for python 3.8.
The text was updated successfully, but these errors were encountered: