无法安装丰富的Python模块

发布于 2025-01-21 11:21:38 字数 463 浏览 1 评论 0原文

我无法安装丰富的模块。 (我使用rpios a debian发行版) 我使用PIP Methodd插入了丰富的。我的comand是:PIP安装丰富。 这是错误:

pi@andres:〜$ sudo pip install intern

in Indexes: https://pypipi.org/simple/simple https://www.piwheels.org/simple 收集富人 找不到满足需求丰富的版本(来自版本:) 就没有发现的匹配分布。

如果这个问题很愚蠢,我是Linux的新手,

I'm not being able to install Rich module. (I use RPIos a debian distribution btw)
I used the pip methodd to insttall rich. My comand was: pip install rich.
Here is the error:

pi@Andres:~ $ sudo pip install rich

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting rich
Could not find a version that satisfies the requirement rich (from versions: )
No matching distribution found for rich

Sorry if this question is stupid i'm new to linux.

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

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

发布评论

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

评论(1

耶耶耶 2025-01-28 11:21:38

如果此模块是您想要的: https://github.com/textualize/rich/rich ,那么您可以继续安装

python -m pip install rich

If this module is what you wanted: https://github.com/Textualize/rich, then you can go ahead and install via

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