Closed alessandro90 closed 4 years ago
If running on PI, Artemis think it is just linux, and will try to download the non-ARM linux version.
A possible fix is using os.uname()[4].startswith("arm").
os.uname()[4].startswith("arm")
Closed with 995696f and 5af0faa
If running on PI, Artemis think it is just linux, and will try to download the non-ARM linux version.
A possible fix is using
os.uname()[4].startswith("arm")
.