Install the PyCoral library fails: "No matching distribution found for pycoral~=2.0"

635 Views Asked by At

I just got a Google Coral USB Accelerator and am trying to install it on a Windows 11 machine following the instructions at https://coral.ai/docs/accelerator/get-started/. I got Python 3.11 from the Microsoft app store and it's working fine. But when I tried installing the PyCoral library using the command

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

I'm getting this error saying the library can't be found.

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)

ERROR: No matching distribution found for pycoral~=2.0

I'm not sure whether I'm asking for the wrong version or if I'm using the wrong repo or if Microsoft has "customized" python. In any case, it seems the installation docs needs to be updated.

0

There are 0 best solutions below