tensorflow / tensorflow/tflite-support
Installation Error: Unable to find installation candidates for tflite-support (0.4.4)
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 441
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin by checking the published artifacts and metadata for tflite-support 0.4.4 against macos_arm64, then review the Poetry failure at ~/.poetry/venv/lib/python3.11/site-packages/poetry/installation/chooser.py:73. Done means documenting a supported workaround or making an Apple silicon installation candidate available, with the relevant installation behavior verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, python
- Domain
- build-system, machine-learning, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100