Skip to content
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

Installation Error: Unable to find installation candidates for tflite-support (0.4.4) #960

Open
kalaluthien opened this issue Jan 19, 2024 · 2 comments

Comments

@kalaluthien
Copy link

I got an error when install tflite-support in MacBook w/ Apple silicon.

❯❯❯ poetry add tflite-support
Using version ^0.4.4 for tflite-support

Updating dependencies
Resolving dependencies... (0.4s)

Package operations: 1 install, 0 updates, 0 removals

  • Installing tflite-support (0.4.4): Failed

  RuntimeError

  Unable to find installation candidates for tflite-support (0.4.4)

  at ~/.poetry/venv/lib/python3.11/site-packages/poetry/installation/chooser.py:73 in choose_for
       69│ 
       70│             links.append(link)
       71│ 
       72│         if not links:
    →  73│             raise RuntimeError(f"Unable to find installation candidates for {package}")
       74│ 
       75│         # Get the best link
       76│         chosen = max(links, key=lambda link: self._sort_key(package, link))
       77│ 

Cannot install tflite-support.

Is there any workaround for tflite-support does not support macos_arm64 build?
Or there are any roadmap on this?

@etai-shuchatowitz
Copy link

Did you end up figuring this out? Getting the same error.

@kalaluthien
Copy link
Author

No...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants