在 Google Colab 中安装 rastro

问题描述 投票:0回答:1

我正在尝试在 Google Colab 上安装 rastro。我收到以下错误:

error

我尝试搜索类似的问题,但无法以任何方式解决问题(即使用

!pip install
%pip install
)。我可以寻求帮助吗?这对我的项目非常重要。

python google-colaboratory
1个回答
0
投票

安装前需要先安装rust编译器

rastro

安装 rust 的标准方法:https://www.rust-lang.org/tools/install

安装 Rust 的其他方法: https://forge.rust-lang.org/infra/other-installation-methods.html#other-ways-to-install-rustup

查看一切是否正确的方法: https://dev.to/emilossola/troubleshooting-guide-fixing-error-cant-find-rust-compiler-1pad

一旦你有了 Rust 编译器,你就可以安装

rastro

© www.soinside.com 2019 - 2024. All rights reserved.