Package Details: python-mediapipe-bin 0.10.14-1

Git Clone URL: https://aur.archlinux.org/python-mediapipe-bin.git (read-only, click to copy)
Package Base: python-mediapipe-bin
Description: A cross-platform, customizable ML solutions for live and streaming media
Upstream URL: https://github.com/google/mediapipe
Licenses: Apache
Conflicts: python-mediapipe
Provides: python-mediapipe
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-23 12:15 (UTC)
Last Updated: 2024-06-22 12:36 (UTC)

Latest Comments

krevedko commented on 2024-06-05 20:38 (UTC)

Please update build to 0.10.14: it adds support for python-3.12.

In fresh archlinux: python-mediapipe-bin looks broken:

$ python
Python 3.12.3 (main, Apr 23 2024, 09:16:07) [GCC 13.2.1 20240417] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import mediapipe
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.12/site-packages/mediapipe/__init__.py", line 15, in <module>
    from mediapipe.python import *
  File "/usr/lib/python3.12/site-packages/mediapipe/python/__init__.py", line 17, in <module>
    from mediapipe.python._framework_bindings import model_ckpt_util
ModuleNotFoundError: No module named 'mediapipe.python._framework_bindings'