Reputation:
I'm deploying a django app including django channels using nginx, gunicorn and daphne. But when i install daphne with sudo apt install daphne, it gives E: unable to locate package daphne.
What Should I do?
Upvotes: 1
Views: 1217
Reputation: 11414
Daphne is a Python package on PyPI that can be installed using pip:
pip install daphne