f0cal / google-coral

Community gathering point for Google Coral dev board and dongle knowledge.
107 stars 14 forks source link

ModuleNotFoundError: No module named 'edgetpu' #77

Closed alitillawi closed 4 years ago

alitillawi commented 4 years ago

What I ran:

-Pre-configuration and runtime for the edge TPU on windows were made -Code for facial recognition via a TFlite trained model.

What happened

from edgetpu.classification.engine import ClassificationEngine

ModuleNotFoundError: No module named 'edgetpu'

Namburger commented 4 years ago

Hey, since you've started the issue here also, lets keep communication there. FYI, that is a standard python error for the package not being installed.