"make build" error occurs
coollhc77 opened this issue · 3 comments
coollhc77 commented
"make build" error occurs.
Running "pip install --upgrade pip" gives the same error.
Please, can anyone help me?
Baymax-Rob commented
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
coollhc77 commented
Baymax-Rob You're right, the Rust compiler is not installed.
I had problems with Raspbian 32bit, 64bit works fine.
Thanks.
coollhc77 commented
.