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

Python3.10 compatibility issues #91

Closed
ovrase opened this issue Jan 17, 2024 · 0 comments
Closed

Python3.10 compatibility issues #91

ovrase opened this issue Jan 17, 2024 · 0 comments

Comments

@ovrase
Copy link

ovrase commented Jan 17, 2024

Describe the bug
An error occurs when the configuration is completed and started.

To Reproduce
Steps to reproduce the behavior:

  1. Send '...'python -m nazurin'...' command
  2. See error

Error output / Logs

2024-01-17 14:17:44,749+0000 - ERROR    - asyncio.base_events:1758 -  - unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-7' coro=<_run_app() done, defined at /usr/local/lib/python3.10/dist-packages/aiohttp/web.py:289> exception=TypeError('As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary')>

Environment (please complete the following information):

  • OS: Ubuntu 22.04.3 LTS
  • Python Version 3.10.12

Additional context
The python that comes with Ubuntu has been upgraded to 3.10, but there are deprecated parameters in the program.

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