Package Details: python-tflite-runtime 2.14.0-6

Git Clone URL: https://aur.archlinux.org/python-tflite-runtime.git (read-only, click to copy)
Package Base: python-tflite-runtime
Description: TensorFlow Lite Python bindings
Upstream URL: https://www.tensorflow.org/lite/
Licenses: Apache
Submitter: benalexau
Maintainer: gilcu3
Last Packager: gilcu3
Votes: 1
Popularity: 0.000000
First Submitted: 2021-08-24 06:42 (UTC)
Last Updated: 2024-01-19 07:59 (UTC)

Latest Comments

1 2 Next › Last »

austinleroy commented on 2024-01-19 03:30 (UTC) (edited on 2024-01-19 03:30 (UTC) by austinleroy)

Not sure how often this is a problem for others, but I ran into a build error /usr/bin/python: No module named installer. I imagine most others will already have the installer module, but it could be worth adding python-installer as a dependency of this package.

phansel commented on 2023-06-22 08:49 (UTC)

Fails to install on Python 3.11.3 (main, Jun 5 2023, 09:32:32) [GCC 13.1.1 20230429] on linux.

benalexau commented on 2022-11-26 01:54 (UTC)

Thanks @bytemixer; PKGBUILD updated.

bytemixer commented on 2022-11-22 22:25 (UTC) (edited on 2022-11-22 22:28 (UTC) by bytemixer)

build() {
pip install --no-deps --upgrade --target="tflite_runtime" https://github.com/hjonnala/snippets/raw/main/wheels/python3.10/tflite_runtime-2.5.0.post1-cp310-cp310-linux_x86_64.whl
}

benalexau commented on 2022-08-30 03:00 (UTC)

@Broekman, the 2.9.1 wheels are for Python 3.9 and below.

https://github.com/google-coral/pycoral/issues/58 indicates Python 3.10 remains pending and the PyPi link only shows 3.9.

Can you please point me to a prebuilt 2.9.1 wheel URL with Python 3.10 support?

Broekman commented on 2022-07-31 18:44 (UTC)

@benalexau, thanks for maintaining. Unsure if you are aware, but as of >= v2.8, Python 3.10 is supported.

https://pypi.org/project/tflite-runtime/#files contains tflite-runtime 2.9.1.

benalexau commented on 2022-03-02 22:17 (UTC)

A further update that neither https://google-coral.github.io/py-repo/tflite-runtime/ nor https://pypi.org/project/tflite-runtime/#files presently provide Python 3.10 compatible wheels.

benalexau commented on 2022-01-04 22:01 (UTC)

@ArchiVie, this is blocked pending https://github.com/tensorflow/tensorflow/issues/52324.

ArchVie commented on 2022-01-03 11:06 (UTC)

When trying to install the package I get the following error:

Looking in indexes: https://pypi.org/simple, https://google-coral.github.io/py-repo/
ERROR: Could not find a version that satisfies the requirement tflite_runtime==2.5.0.post1
ERROR: No matching distribution found for tflite_runtime==2.5.0.post1

Dulbi commented on 2021-09-10 12:45 (UTC)

I understand your remarks. Leave it like that then.