DeepPiCar icon indicating copy to clipboard operation
DeepPiCar copied to clipboard

issues with deep_pi_car.py

Open kingstone1927 opened this issue 5 years ago • 1 comments

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

kingstone1927 avatar Dec 27 '20 21:12 kingstone1927

Hello, try the following command: sudo apt-get update sudo apt-get install python3-edgetpu

it work for me

fifise77 avatar May 12 '21 20:05 fifise77