8000 Can't install on Windows x64 · Issue #155 · google-coral/pycoral · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Can't install on Windows x64 #155

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

Open
tailsec opened this issue Mar 8, 2025 · 1 comment
Open

Can't install on Windows x64 #155

tailsec opened this issue Mar 8, 2025 · 1 comment
Labels
Hardware:USB Accelerator Coral USB Accelerator issues subtype:windows Windos Build/installation issues type:bug Bug

Comments

@tailsec
Copy link
tailsec commented Mar 8, 2025

Description

  1. Running Microsoft Windows 11 Pro (10.0.22631 N/A Build 22631) on an x64-based PC
  2. 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>
@google-coral-bot google-coral-bot bot added Hardware:USB Accelerator Coral USB Accelerator issues subtype:windows Windos Build/installation issues type:bug Bug labels Mar 8, 2025
@ClanHost
Copy link
ClanHost commented Mar 19, 2025

I had the same issue following the guide.

Try this

Change 2.0 to 0.2.0

python -m pip install --extra-index-url https://google-coral.github.io/py-repo/ pycoral~=0.2.0

Hope this helps.

EDIT:
OK, so that didn't quite work in the end.

I downgraded to Python version 8.0 and that works following the guide. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware:USB Accelerator Coral USB Accelerator issues subtype:windows Windos Build/installation issues type:bug Bug
Projects
None yet
Development

No branches or pull requests

2 participants
0