RPi 3 Yunhost Synapse Cant find Rust Compiler

Hi,

i try to install Synapse on my Yunohost Raspi 3.

Here is the log file: https://paste.yunohost.org/raw/sohokukusu

Error: Can’t find Rust Compiler, but i installed rustup rustc and cargo.
Wenn i install rustc from paketmanager there are an other error while rustc is only verson 1.48

What can I do?

Here is my own Solution…
Add this to Installation Script

ynh_script_progression --message=“Installiere RustC” --weight=2
curl https://sh.rustup.rs -sSf | sh -s – -q -y

Sinon j’aurais tenté, comme indiqué dans le log:

2022-11-09 00:29:09,944: WARNING -       If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
2022-11-09 00:29:09,946: DEBUG - 
2022-11-09 00:29:09,947: WARNING -       To update pip, run:
2022-11-09 00:29:09,950: DEBUG - 
2022-11-09 00:29:09,951: WARNING -           pip install --upgrade pip

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.