I'm trying to develop a chat application in Django on mac OS. I've tried to install Django-Channels in virtualenv, with this commands:
pip install channels
pip install django-channels
but this error occurred:
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/4c/xy3rtg_165l0650j4tq7fvrh0000gn/T/pip-install-7anqvzhg/twisted/
Python version = 3.5.2,
Django version = 1.11,
pip is already up-tp-date
I think that your problem will be solved if you have updated your pip