Update "Install the PyCoral library" instructions #771

@Lockie85

Description

Description

Hey, firstly I just want to note I've tried following numerous guides and nothing appears to work.

Setup:
Intel NUC, NUC11PAHi7 32GB+1TB
Ubuntu Server 22.04.2 LTS
Linux ubuntu-whytings 5.15.0-75-generic #82 -Ubuntu SMP Tue Jun 6 23:10:23 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Request:
Can the following instructions be updated to work with varying setups and maybe a bit more direction if possible:
https://coral.ai/docs/accelerator/get-started/#2-install-the-pycoral-library

From what I can tell it requires old versions of things to function. If that is the only way it can possibly function in the short term then it feels like that should ideally be a part of the instructions plus alittle extra direction for n00bs to get it working.

When I get to running command:
sudo apt-get install python3-pycoral

I get the following error:

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 to 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.6-1~22.04 is to be installed
E: Unable to correct problems, you have held broken packages.

I can't find a way to get around this problem.

Many Thanks