google-coral / edgetpu

Coral issue tracker (and legacy Edge TPU API source)
https://coral.ai
Apache License 2.0
412 stars 124 forks source link

two or more accelerators #780

Open Smiril opened 11 months ago

Smiril commented 11 months ago

Description

hello I got some line in my python3.10 file like this:

tflite.load_delegate('libedgetpu.so.1',options={"device":"usb:0","device":"usb:1"})

this works fine but this happened ... who can solve it for me ???

Traceback (most recent call last):
  File "/Users/smiril/Documents/GitHub/coral-ai-edge-tpu-video-watcher/video.py", line 11, in <module>
    import tflite_runtime.interpreter as tflite
ModuleNotFoundError: No module named 'tflite_runtime'
Click to expand! ### Issue Type Performance ### Operating System Mac OS ### Coral Device USB Accelerator ### Other Devices _No response_ ### Programming Language Other ### Relevant Log Output _No response_