Can't install on manjaro
included my log file, i know i'm doing something wrong but whether i install it using yay or the install script it always errors out around the same time in the compiling process. help would be greatly appreciated 👍
11 Replies
Are you running Manjaro amd64 or arm?
amd64
could you post your deno and rust versions?
this?


Could you try updating Rust to 1.90? (rustc --version)
rustup self update
error: self-update is disabled for this build of rustup
error: you should probably use your system package manager to update rustup
assuming there's another way to do this?
apologies for my dumb questions, never worked with rust before and never really worked with linux outside of a server environmentI am using on EndeavourOS (and before directlyon Arch) rustup with the self updating. You seem to have it installed via some package manager.
no worries.
So you would need to update it via the way it was installed.
gotchu! reinstalled using the rustup script
@iza.ini Please also check if it works, if you install all the dependencys manually. (I don't think updating rust is the solution here.)
Solution
i changed literally nothing ran it again and it just worked
nice