Rust Python 未安装

发布于 2025-01-12 19:59:01 字数 168 浏览 1 评论 0原文

我已经使用Termux很长时间了,但无法解决这个问题。为什么当我想使用 pip 安装 Rust 时。在消息之后:使用缓存的 matplotlib-3.5.1.tar.gz (35.3 MB) 现在一个小时内没有任何反应。

I've been using Termux for a long time, but I can't solve this problem. Why when I want to install Rust using pip. After the message: Using cached matplotlib-3.5.1.tar.gz (35.3 MB) nothing happens for an hour now.

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

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

发布评论

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

评论(2

小嗲 2025-01-19 19:59:01

这就是 Ribo-Seq 单元步骤转换 包。

该工具专为核糖测序数据而设计,可生成元足迹图谱,揭示密码子/氨基酸等 mRNA 特征对整个核糖体和新生肽区域样本中相对读数密度的影响。还提供了这些站点之间的 Kullback-Leibler 散度。

我认为您正在尝试安装 Rust 编译器。为此,您需要使用此命令pkg install rust

That's the Ribo-Seq Unit Step Transformation package.

This tool is designed for ribo-seq data and produces a metafootprint profile that reveals the influence of mRNA features such as codons/amino acids on the relative read density in the sample across the entire ribosome and nascent peptide region. The Kullback-Leibler divergence across these sites is also provided.

I think you're trying to install rust compiler. For that you need to use this command pkg install rust

独守阴晴ぅ圆缺 2025-01-19 19:59:01

您可以尝试通过python -m pip install --upgrade pip将pip更新最新版本。然后尝试 pip install RUST

如果不起作用,您可以先尝试通过 pip uninstall RUST卸载 Rust 。然后通过pip install RUST重新安装

You could try updating pip to the latest version by python -m pip install --upgrade pip. And then try pip install RUST

If it doesn't work you could try uninstalling Rust first by pip uninstall RUST. And then reinstall it by pip install RUST

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