Unable to located Package Daphne

929 Views Asked by At

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?

1

There are 1 best solutions below

3
On BEST ANSWER

Daphne is a Python package on PyPI that can be installed using pip:

pip install daphne