Skip to content

Documentation issue, probably? python-socketio 5.12.1 does not provide the extra 'asyncio' #1449

@swelljoe

Description

@swelljoe

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:

  1. Follow installation docs found at https://python-socketio.readthedocs.io/en/stable/server.html
  2. See: WARNING: python-socketio 5.12.1 does not provide the extra 'asyncio'

Expected behavior

No error.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions