I had the same error, but it looks as if I managed a workaround for it.
I am using Thonny and am working with Python 3.9.18. It dawned on me that the interpreter was set to 3.11.2 (displayed in the Shell). I changed this by adding the Python version /home/rpi/.pyenv/versions/3.9.18/bin to the interpreter.
After this I managed to run the "from tflite_support.task import core" line of code.
Worth noting, I had to install tflite from https://github.com/google-coral/pycoral ... arch64.whl, mainly because I had issues installing pycoral using apt install.
I am using Thonny and am working with Python 3.9.18. It dawned on me that the interpreter was set to 3.11.2 (displayed in the Shell). I changed this by adding the Python version /home/rpi/.pyenv/versions/3.9.18/bin to the interpreter.
After this I managed to run the "from tflite_support.task import core" line of code.
Worth noting, I had to install tflite from https://github.com/google-coral/pycoral ... arch64.whl, mainly because I had issues installing pycoral using apt install.
Statistics: Posted by bf0109 — Sat Jan 20, 2024 9:45 pm