Hi, I installed Coral Accelerator to my Raspberry Pi 5 board; It seems to be installed properly.
Then i installed pycoral "pip install pycoral"; and this too seems installed properly.
But when I try to run a simple code to test it in python:
It gives me back this error message: ModuleNotFoundError: No module named 'pycoral.adapters'
I tried several times with ChatGPT help too but nothing to do.
How I can solve it?
Thank you very much,
Ale
Then i installed pycoral "pip install pycoral"; and this too seems installed properly.
But when I try to run a simple code to test it in python:
Code:
from pycoral.adapters import classifyfrom pycoral.utils.edgetpu import make_interpreterimport numpy as npfrom PIL import Imageimport requestsfrom io import BytesIO
I tried several times with ChatGPT help too but nothing to do.
How I can solve it?
Thank you very much,
Ale
Statistics: Posted by alecocca — Sun Sep 08, 2024 9:07 pm — Replies 0 — Views 13