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

docs(tutorial): fix pip package name mistake #2040

Closed
wants to merge 1 commit into from
Closed

docs(tutorial): fix pip package name mistake #2040

wants to merge 1 commit into from

Conversation

wenyuan
Copy link

@wenyuan wenyuan commented Aug 16, 2023

while running command pip install, the package name is channels-redis instead of channels_redis.
ref: https://pypi.org/project/channels-redis/

@carltongibson
Copy link
Member

AFAICS it works fine as it is:

 % pip install channels_redis
Collecting channels_redis
  Downloading channels_redis-4.1.0-py3-none-any.whl (18 kB)

[... snip ...]

Installing collected packages: msgpack, typing-extensions, sqlparse, async-timeout, redis, asgiref, Django, channels, channels_redis
Successfully installed Django-4.2.4 asgiref-3.7.2 async-timeout-4.0.3 channels-4.0.0 channels_redis-4.1.0 msgpack-1.0.5 redis-5.0.0 sqlparse-0.4.4 typing-extensions-4.7.1

@wenyuan
Copy link
Author

wenyuan commented Aug 17, 2023

AFAICS it works fine as it is:

 % pip install channels_redis
Collecting channels_redis
  Downloading channels_redis-4.1.0-py3-none-any.whl (18 kB)

[... snip ...]

Installing collected packages: msgpack, typing-extensions, sqlparse, async-timeout, redis, asgiref, Django, channels, channels_redis
Successfully installed Django-4.2.4 asgiref-3.7.2 async-timeout-4.0.3 channels-4.0.0 channels_redis-4.1.0 msgpack-1.0.5 redis-5.0.0 sqlparse-0.4.4 typing-extensions-4.7.1

Got it. Thank you for your reply!

@wenyuan wenyuan closed this Aug 17, 2023
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

Successfully merging this pull request may close these issues.

2 participants