使用 pip install 时出错:“无法找到满足要求 的版本”

2023-12-19

我正在尝试安装django-trumbowyg https://github.com/sandino/django-trumbowyg https://github.com/sandino/django-trumbowyg到我的应用程序

当我这样做的时候pip install django-trumbowyg,它返回了这个错误:

Could not find a version that satisfies the requirement django-trumbowyg (from versions: )
No matching distribution found for django-trumbowyg

有谁知道这意味着什么?我该如何解决它?


As https://pypi.python.org/pypi/django-trumbowyg#downloads https://pypi.python.org/pypi/django-trumbowyg#downloads表明,PyPI 上只有 Python2 的二进制包。

因此,您必须直接从官方来源安装该软件包正如里沙夫所指出的 https://stackoverflow.com/questions/43218164/error-when-using-pip-install-could-not-find-a-version-that-satisfies-the-requi#comment73507995_43218164同时。

然后要求开发人员将源包上传到 PyPI 和/或构建轮子:普遍的 https://wheel.readthedocs.io/en/latest/#defining-the-python-version.

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

使用 pip install 时出错:“无法找到满足要求 的版本” 的相关文章

随机推荐