tensorflow / tflite-support

TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile / ioT devices.
Apache License 2.0
378 stars 128 forks source link

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

Open kalaluthien opened 10 months ago

kalaluthien commented 10 months ago

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 commented 4 months ago

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

kalaluthien commented 3 months ago

No...