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
$ sudo knxmap monitor 192.168.1.36 --group-monitor
Traceback (most recent call last):
File "/usr/local/bin/knxmap", line 33, in <module>
sys.exit(load_entry_point('KNXmap==0.10.0', 'console_scripts', 'knxmap')())
File "/usr/local/lib/python3.10/site-packages/KNXmap-0.10.0-py3.10.egg/knxmap/main.py", line 188, in main
File "/usr/local/lib/python3.10/site-packages/KNXmap-0.10.0-py3.10.egg/knxmap/core.py", line 51, in __init__
File "/usr/lib64/python3.10/asyncio/queues.py", line 33, in __init__
super().__init__(loop=loop)
File "/usr/lib64/python3.10/asyncio/mixins.py", line 17, in __init__
raise TypeError(
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
The text was updated successfully, but these errors were encountered:
Another problem with neer python versions:
The text was updated successfully, but these errors were encountered: