We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.
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 text was updated successfully, but these errors were encountered:
the latest version of django private chat
Sorry, something went wrong.
Use a virtual environment
@Alsaheem use websocket==7.0 websocket version 7.0 works with python3.7
Check updated package - 0.3.0
No branches or pull requests
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
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 text was updated successfully, but these errors were encountered: