DAVIDNYARKO123 / edge-tpu-silva

Streamlining the process for seamless execution of PyCoral in running TensorFlow Lite models on an Edge TPU USB.
https://pypi.org/project/edge-tpu-silva/
23 stars 3 forks source link

Raspberry Pi (Bullseye) #7

Open immafishball opened 1 month ago

immafishball commented 1 month ago

Trying to setup edge-tpu-silva on my bullseye os and I get this error message

image

It work's perfectly fine on bookworm, but I want to use bullseye instead of bookworm

Glebenator commented 1 month ago

i get same thing on both bookworm and bullseye now too. Used to work fine like a month ago or so.. not sure what happened

kenji-mido commented 4 weeks ago

Hi, I had the same problem, but resolved by reinstalling the torch and torchvision.

https://github.com/ultralytics/hub/issues/787#issuecomment-2263946340

pip uninstall torch pip uninstall torchvision pip install torch==2.0.1 pip install torchvision==0.15.2