dibs-devs / chatter

A simple Chat App for Django based on channels and websockets
MIT License
85 stars 29 forks source link

Installation issue: channels-redis required version not available #38

Closed skbohra closed 5 years ago

skbohra commented 5 years ago

Getting this message while installing from pypi

ERROR: Could not find a version that satisfies the requirement channels-redis==2.3.3 (from django-chatter) (from versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.1.1, 2.2.0, 2.2.1, 2.3.0, 2.3.1, 2.3.2)

ishtiaque06 commented 5 years ago

Hello! I just checked channels-redis' releases and channels-redis v 2.3.3 does exist. I didn't have any problem installing chatter on a fresh new virtualenv (pip3 install django-chatter) Could you please check to see if you still have this problem?

ishtiaque06 commented 5 years ago

Closing due to inactivity.