Package Details: libedgetpu-git 20240314-3

Git Clone URL: https://aur.archlinux.org/libedgetpu-git.git (read-only, click to copy)
Package Base: libedgetpu-git
Description: Google Coral Edge TPU library and headers
Upstream URL: https://github.com/google-coral/libedgetpu
Licenses: Apache 2.0
Conflicts: libedgetpu, libedgetpu-max, libedgetpu-std
Provides: libedgetpu
Submitter: petrbel
Maintainer: petrbel (honzov, tomascapek, floop)
Last Packager: petrbel
Votes: 1
Popularity: 0.000022
First Submitted: 2024-11-26 14:04 (UTC)
Last Updated: 2025-07-08 13:43 (UTC)

Latest Comments

« First ‹ Previous 1 2

paulbrause commented on 2025-01-07 00:38 (UTC) (edited on 2025-01-07 00:47 (UTC) by paulbrause)

When trying to install this package, the building fails for me:

Compiling tensorflow-2.18.0/tensorflow/lite/core/c/common.cc
In Datei, eingebunden von tensorflow-2.18.0/tensorflow/lite/schema/schema_generated.h:18,
    von tensorflow-2.18.0/tensorflow/lite/util.cc:30:
tensorflow-2.18.0/tensorflow/compiler/mlir/lite/schema/schema_generated.h:26:41: Fehler: statische Assertion fehlgeschlagen: Non-compatible flatbuffers version included
    26 |               FLATBUFFERS_VERSION_MINOR == 3 &&
       |                                         ^
tensorflow-2.18.0/tensorflow/compiler/mlir/lite/schema/schema_generated.h:26:41: Anmerkung: der Vergleich wird zu »(12 == 3)« reduziert
Compiling tensorflow-2.18.0/tensorflow/lite/array.cc
Compiling /home/smart/.cache/yay/libedgetpu-git/src/libedgetpu/makefile_build/../tflite/edgetpu_context_direct.cc
Compiling /home/smart/.cache/yay/libedgetpu-git/src/libedgetpu/makefile_build/../tflite/edgetpu_manager_direct.cc
tensorflow-2.18.0/tensorflow/lite/util.cc: In Funktion »TfLiteStatus tflite::BytesRequired(TfLiteType, const int*, size_t, size_t*, TfLiteContext*)«:
tensorflow-2.18.0/tensorflow/lite/util.cc:200:21: Warnung: Vergleich von Ganzzahlausdrücken, von denen nur einer ein Vorzeichen hat: »int« und »size_t« {aka »long unsigned int«} [-Wsign-compare]
    200 |   for (int k = 0; k < dims_size; k++) {
        |                   ~~^~~~~~~~~~~
make: *** [makefile_build/Makefile:192: /home/smart/.cache/yay/libedgetpu-git/src/libedgetpu/makefile_build/../out/tensorflow-2.18.0/tensorflow/lite/util.o] Fehler 1
make: *** Es wird auf noch nicht beendete Prozesse gewartet …
==> FEHLER: Ein Fehler geschah in build().
Breche ab...
-> Fehler beim Erstellen: libedgetpu-git-exit status 4
-> Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich:
libedgetpu-git - exit status 4

Any idea how to fix this?