我跟随这些指示在Raspberry Pi上安装了snips-nlu:
curl https://sh.rustup.rs -sSf | shsudo python3 -m pip install setuptools-rustsudo python3 -m pip install snips-nlu我的控制台日志:
Building wheels for collected packages: snips-nlu-utils, snips-nlu-parsers
.
.
. error: Can not find Rust compiler我尝试使用不同的Python版本。
我找到了工具.锈病,但没什么用,因为我不知道该怎么处理它。
如何修复此Rust编译器错误消息并在Raspberry Pi上安装snips-nlu?
发布于 2020-02-24 06:34:56
安装Rust编译器后:
curl https://sh.rustup.rs -sSf | sh您可以尝试重新启动,然后继续安装NLU。重新启动是为了确保锈蚀路径被记录在路径中。
https://stackoverflow.com/questions/58489913
复制相似问题