-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Install Pycoral on Raspberry Pi 5 #133
Comments
same problem |
2 similar comments
same problem |
same problem |
tflite-runtime can be installed in my venv wirh "pip install tflite-runtime". Now when I run "pip install pycoral" I get the following messages: (.venv) ┌─[ ]-[17:45:30]-[sjunger@xxxxxxxxxxxxx]-[~/Documents/xxxxxxxxxxxxxx] × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Python 3.11.6 (main, Oct 8 2023, 05:06:43) [GCC 13.2.0] on linux |
Okay, forget "tflite-runtime". This version would be too new anyway. pycoral requires 2.5.0.post1 and I now have 2.14.0 |
I just run pycoral in a docker container for now.. performance is good enoght for what I need to do. |
which docker image can you recommend? |
As the documentation requests, I used Debian 10 |
Pycoral is basically abandoned. Using pyenv and python-3.9.18 I have gotten https://github.com/oberluz/pycoral fork to work. At least, after fixing a couple s/PIL.Image.ANTIALIAS/PIL.Image.LANCZOS/ breakages (the PIL version this pulls has removed ANTIALIAS), I can run the classify and detect_image examples to run. I haven't yet managed to get it to work with the model I'm trying (tf2_ssd_mobilenet_v2_coco17_ptq_edgetpu.tflite) |
Support for EdgeTPu is coming back. Updated l I am working to get libcoral/pycoral merged to the stable repo by the time TF 2.16.0 reaches stable. Details here: |
Description
The latest version of raspbian os for raspberry pi 5 currently only supports Python 3.11, not Python 3.10 or newer. But for Pycoral to be installed, it requires Python 3.10 or newer. Is there any way that you can support Raspberry Pi 5?
This is the command I used to run:
Click to expand!
Issue Type
Build/Install
Operating System
Linux
Coral Device
USB Accelerator
Other Devices
No response
Programming Language
Other
Relevant Log Output
The text was updated successfully, but these errors were encountered: