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

No matching distribution found for websockets==3.2 (from django-private-chat) #45

Open
Alsaheem opened this issue Sep 25, 2019 · 4 comments

Comments

@Alsaheem
Copy link

  • django-private-chat version:
  • Django version: 2.2
  • Python version: 3.7
  • Operating System: windows 10

Description

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

What I Did

i did pip install django-private-chat
and it gave me that error that no matching distributions for websockets==3.2

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
If it's too long, please use http://pastebin.com

Error

C:\Users\VECTOR\WORKSPACE>pip install django-private-chat
Collecting django-private-chat
Downloading https://files.pythonhosted.org/packages/a8/e1/979e4d7cb7a6e2a32be2e5ce7d6b77afd45684f9a039e8b61ab081fdadfa/django_private_chat-0.2.2-py2.py3-none-any.whl
Collecting django-braces>=1.10.0 (from django-private-chat)
Downloading https://files.pythonhosted.org/packages/84/3c/fa2cca1411b456a84714efea8a2c805924eba6147e6b68e326caca9c7383/django_braces-1.13.0-py2.py3-none-any.whl
Collecting websockets==3.2 (from django-private-chat)
ERROR: Could not find a version that satisfies the requirement websockets==3.2 (from django-private-chat) (from versions: none)
ERROR: No matching distribution found for websockets==3.2 (from django-private-chat)

C:\Users\VECTOR\WORKSPACE>

@Alsaheem
Copy link
Author

the latest version of django private chat

@AyazAI
Copy link

AyazAI commented Sep 28, 2019

Use a virtual environment

@Gilbishkosma
Copy link

@Alsaheem use websocket==7.0
websocket version 7.0 works with python3.7

@delneg
Copy link
Collaborator

delneg commented May 3, 2020

Check updated package - 0.3.0

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

4 participants