Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
macos, python

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.

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?

Dominant language
C++
Stars
441
Forks
145
PR merge metrics
No merged PRs in 30d

Getting set up

This project ships no dev container, Dockerfile or contributing guide, so setting up is up to you: start from its README, and see our first-contribution guide for the general steps.

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.

More from tensorflow/tflite-support

All issues in tensorflow/tflite-support

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.