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

TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary #26

Open
modir opened this issue Feb 12, 2022 · 1 comment

Comments

@modir
Copy link
Contributor

modir commented Feb 12, 2022

Another problem with neer python versions:

$ 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
@modir
Copy link
Contributor Author

modir commented Feb 12, 2022

Here is the pull request for it: #27

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

1 participant