-
Notifications
You must be signed in to change notification settings - Fork 125
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
Mac OSX 12 Monterey. unable to install PyCoral library #539
Comments
@paloj can you please try to install tflite runtime and pycoral in the same order from the whl flles: https://coral.ai/software/#pycoral-api.. Thanks! |
I followed the whole procedure, without displaying any errors, but when I tried to run the example I get this error Traceback (most recent call last): thi is the last part of procedure |
I am facing the same issue. Did anyone manage to get it running? |
same issue here |
I solved it by upgrading to Ventura |
Description
Following install instructions here: https://coral.ai/docs/accelerator/get-started/#2-install-the-pycoral-library
I get stuck on 2b:
python3 -m pip install --extra-index-url https://google-coral.github.io/py-repo/ pycoral~=2.0
gives error:
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)
ERROR: No matching distribution found for pycoral~=2.0
Click to expand!
Issue Type
Build/Install
Operating System
Mac OS
Coral Device
USB Accelerator
Other Devices
No response
Programming Language
Python 3.8
Relevant Log Output
The text was updated successfully, but these errors were encountered: