issues with deep_pi_car.py
kingstone1927 opened this issue · 1 comments
kingstone1927 commented
I followed this great tutorial step-by-step, and I really appreciate the author for making this project available to public.
I run the command python3 deep_pi_car.py
and got this error:
Traceback (most recent call last):
File "deep_pi_car.py", line 2, in <module>
import picar
ModuleNotFoundError: No module named 'picar'
does anyone know which commands I need to install picar module?
Thanks in advance
fifise77 commented
Hello,
try the following command:
sudo apt-get update
sudo apt-get install python3-edgetpu
it work for me