Don’t know if this is where I can report this issue but while following the guide here: (Quickstart for Linux-based devices with Python | TensorFlow Lite) The step where you create a deb repo, the repo has bad permissions (either incorrect file permissions and/or SELinux context is wrong) and I can’t download anything: “Could not connect to packages.cloud.google.com:443 (142.250.72.78). - connect (111: Connection refused)” I also tried ipv6, same error.
I should have also added that specifically “/apt/pool” is where I suspect the permission issue: https://packages.cloud.google.com/apt/pool All other folders seem to have the correct permissions.
Looks like someone fixed the permissions issue, thanks!