tensorflow / tensorflow/tflite-support

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

Open
#960 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.