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

no module edgetpu #56

Open
robmarkcole opened this issue May 15, 2020 · 1 comment
Open

no module edgetpu #56

robmarkcole opened this issue May 15, 2020 · 1 comment

Comments

@robmarkcole
Copy link
Owner

Hit issue f0cal/google-coral#42 but did not resolve by removing refs to edgetpu. Working with this hardware is frustrating

@Namburger
Copy link

Namburger commented May 21, 2020

Hi there, apologies, but this is pretty standard python issue, actually.
I get this issue with multiple pip packages due to it being installed in different places.
The standard location for the edgetpu package will be here:

$ python3 -c 'print(__import__("edgetpu").__path__)'
['/usr/lib/python3/dist-packages/edgetpu']

if you set your env variable, it'll find it every time.

$ export PYTHONPATH=PYTHONPATH:/usr/lib/python3/dist-packages/edgetpu

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