Describe the bug
The documentation here: https://python-socketio.readthedocs.io/en/stable/server.html
Says to run:
pip install "python-socketio[asyncio]"
But, python-socketio does not have an extra named asyncio, and installing using the provided command results in the following error:
WARNING: python-socketio 5.12.1 does not provide the extra 'asyncio'
To Reproduce
Steps to reproduce the behavior:
- Follow installation docs found at https://python-socketio.readthedocs.io/en/stable/server.html
- See:
WARNING: python-socketio 5.12.1 does not provide the extra 'asyncio'
Expected behavior
No error.