EcoG-io/iso15118

"make build" error occurs

coollhc77 opened this issue · 3 comments

"make build" error occurs.
Running "pip install --upgrade pip" gives the same error.
Please, can anyone help me?

make_build.txt

In your makefile log, error: can't find Rust compiler. , you must first install the rust compiler,
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |sh

Baymax-Rob You're right, the Rust compiler is not installed.
I had problems with Raspbian 32bit, 64bit works fine.
Thanks.