PYPI导致我的包装的较旧版本,而不是最新版本

发布于 2025-02-11 04:21:32 字数 795 浏览 2 评论 0原文

因此,我目前已经上传了此软件包: https://pypipi.org/project/project/project/easy/easy/easy -predictor/0.6.5/主要问题是,当我在PYPI页面上搜索Easy Predictor(这是我的软件包的名称)时,它显示了我的较旧版本的0.6.3( https://pypi.org/project/project/easy-predictor/ )。第二个问题是,当我尝试通过使用PIP在命令ProM上安装最新版本的软件包(0.6.5)时,它会引发此错误:

ERROR: Could not find a version that satisfies the requirement easy-predictor==0.6.5 (from versions: 0.0.1, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3)
ERROR: No matching distribution found for easy-predictor==0.6.5

我愿意将PIP版本更新为最新版本。

如何解决这两个错误?是什么原因导致他们?

So I have currently uploaded this package: https://pypi.org/project/easy-predictor/0.6.5/ main problem is that when I searched for easy-predictor (which is the name of my package) on PyPi page it displays my older version which is 0.6.3 (https://pypi.org/project/easy-predictor/). Second problem is when I tried to install the latest version of my package (0.6.5) on Command Promt by using pip, it throws this error:

ERROR: Could not find a version that satisfies the requirement easy-predictor==0.6.5 (from versions: 0.0.1, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3)
ERROR: No matching distribution found for easy-predictor==0.6.5

I've aswell updated the pip version to the latest.

How do I resolve both errors? and what causes them?.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

衣神在巴黎 2025-02-18 04:21:32

您可以核对:

pip install easy-predictor==

没有版本吗?

我明白了:

ERROR: Could not find a version that satisfies the requirement easy-predictor== (from versions: 0.0.1, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.4, 0.6.5)

因此,列表中有0.6.5。

Can you check with:

pip install easy-predictor==

So without a version?

I get this:

ERROR: Could not find a version that satisfies the requirement easy-predictor== (from versions: 0.0.1, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.4, 0.6.5)

So 0.6.5 is available in the list.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文