Bearle/django-private-chat

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

Alsaheem opened this issue · 4 comments

  • 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>

the latest version of django private chat

Use a virtual environment

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

Check updated package - 0.3.0