我正在尝试在 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
PyPi 上没有任何名为 drf-api-key 的包。我们拥有的是具有相似名称的软件包,例如
drf-api-key-auth
、djangorestframework-api-key
等。您可能正在寻找这些软件包之一。如果没有,请分享您尝试安装的软件包的链接。