You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:does anyone know which commands I need to install picar module?
Thanks in advance
The text was updated successfully, but these errors were encountered: