This repository was archived by the owner on Jul 3, 2025. It is now read-only.
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
Open
Description
Description
- Running Microsoft Windows 11 Pro (10.0.22631 N/A Build 22631) on an x64-based PC
- Python 3.9.0, pip 25.0.1 (latest)
Followed the instructions here: https://coral.ai/software/#pycoral-api
Got this error using the pip install method:
$> pip install --extra-index-url https://google-coral.github.io/py-repo/ pycoral~=2.0
Looking in indexes: https://pypi.org/simple, https://google-coral.github.io/py-repo/
ERROR: Could not find a version that satisfies the requirement pycoral~=2.0 (from versions: 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.1.0, 0.2.0)
ERROR: No matching distribution found for pycoral~=2.0
Got this error attempting to install the tflite wheel:
>python -m pip install "C:\Users\User01\Downloads\tflite_runtime-2.5.0.
post1-cp39-cp39-win_amd64.whl"
ERROR: tflite_runtime-2.5.0.post1-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
And this attempting to install pycoral from the wheel file:
>pip install https://github.com/google-coral/pycoral/releases/downl
oad/v2.0.0/pycoral-2.0.0-cp39-cp39-win_amd64.whl
ERROR: pycoral-2.0.0-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
I've tried all the versions available in every combination both direct from the URL path and by downloading the file, and always get the same error.
Out of ideas on how to get this to install, so any help would be appreciated.
Click to expand!
Issue Type
Bug
Operating System
Windows 10
Coral Device
USB Accelerator
Other Devices
No response
Programming Language
No response
Relevant Log Output
```</details>