无法找到包裹 Daphne
Unable to located Package Daphne
我正在使用 nginx、gunicorn 和 daphne 部署一个包含 django 频道的 django 应用程序。但是当我使用 sudo apt install daphne 安装 daphne 时,它给出 E: unable to locate package daphne.
我该怎么办?
Daphne 是 PyPI 上的一个 Python 软件包,可以使用 pip 安装:
pip install daphne
我正在使用 nginx、gunicorn 和 daphne 部署一个包含 django 频道的 django 应用程序。但是当我使用 sudo apt install daphne 安装 daphne 时,它给出 E: unable to locate package daphne.
我该怎么办?
Daphne 是 PyPI 上的一个 Python 软件包,可以使用 pip 安装:
pip install daphne