When I run the command “aios-cli start”, it gives the following error:
"thread 'main' panicked at aios-cli/src/main.rs:170:60:
called Result::unwrap() on an Err value: Error("unexpected character 'i' while parsing major version number")
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace"
When I run the command “aios-cli start”, it gives the following error: "thread 'main' panicked at aios-cli/src/main.rs:170:60:
called
Result::unwrap()
on anErr
value: Error("unexpected character 'i' while parsing major version number")note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace"