Environment: Ubuntu 20.04, Coral TPU USB accelerator
I'm following these instructions - I was able to install the TPU Runtime after some Googling around unsigned package errors. However, when I try to add the PyCoral library I get errors around unmet dependencies. Can anyone help me with exact steps to resolve? Thanks. Also - my plan is to use the Edge TPU to run with Frigate inside a Docker Container. Do I need the PyCoral library for that? I'm a bit of a newb with Linux/Coral so I apologize if this answer should be obvious.
#sudo apt-get install python3-pycoral
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:
The following packages have unmet dependencies:
python3-pycoral : Depends: python3-tflite-runtime (= 2.5.0.post1) but it is not going to be installed
Depends: python3 (< 3.10) but 3.10.4-0ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.