在 django 中安装 drf-api-key

问题描述 投票:0回答:1

我正在尝试在 django 中安装 drf-api-key。我正在使用 Linux Mint 21.3。但我遇到了以下错误。

python3 -m pip install drf-api-key

Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement drf-api-key (from versions: none)
ERROR: No matching distribution found for drf-api-key
django django-rest-framework api-key drf-api-key
1个回答
0
投票

PyPi 上没有任何名为 drf-api-key 的包。我们拥有的是具有相似名称的软件包,例如

drf-api-key-auth
djangorestframework-api-key
等。您可能正在寻找这些软件包之一。如果没有,请分享您尝试安装的软件包的链接。

© www.soinside.com 2019 - 2024. All rights reserved.