PortableBalanceLab / PBL

Learn how to create your own balance lab using python and a Raspberry Pi
4 stars 1 forks source link

`S1`: Fix libedgetpu not found #66

Open adamkewley opened 1 year ago

adamkewley commented 1 year ago

Related?:

adamkewley commented 1 year ago
sudo python3 examples/classify_image.py
adding root to apex and plugdev groups.
sudo adduser root apex
sudo usermod -aG plugdev root
adamkewley commented 1 year ago

May require running with sudo?

adamkewley commented 1 year ago

More details for Pi installation defects:

https://github.com/tensorflow/tensorflow/issues/32743#issuecomment-570811813

adamkewley commented 1 year ago

And people are mentioning that you must ensure USB3 is enabled in the OS etc (we do this, but can double-check):

https://github.com/tensorflow/tensorflow/issues/32743#issuecomment-580657877

adamkewley commented 1 year ago

I need to speak with the group on Tuesday about this issue. Given that their Pi is otherwise fine, the software matches all other Pis (it wasn't re-flashed or anything), it is looking likely that it's a hardware issue of some sort that is manifesting as a "failure to load library" (because the library's loading procedure seems to involve hardware connections etc.).