Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with deep_pi_car.py #14

Open
kingstone1927 opened this issue Dec 27, 2020 · 1 comment
Open

issues with deep_pi_car.py #14

kingstone1927 opened this issue Dec 27, 2020 · 1 comment

Comments

@kingstone1927
Copy link

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
Copy link

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

it work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants