Package Details: python-mediapipe 0.10.9-2

Git Clone URL: https://aur.archlinux.org/python-mediapipe.git (read-only, click to copy)
Package Base: python-mediapipe
Description: A cross-platform, customizable ML solutions for live and streaming media
Upstream URL: https://github.com/google/mediapipe
Licenses: Apache-2.0
Submitter: robertfoster
Maintainer: robertfoster (hottea)
Last Packager: robertfoster
Votes: 1
Popularity: 0.001577
First Submitted: 2021-11-20 13:48 (UTC)
Last Updated: 2024-03-23 12:13 (UTC)

Sources (6)

Latest Comments

robertfoster commented on 2024-03-23 12:18 (UTC)

Hi @hottea, I uploaded your edits and set you as co-maintainer.

@yochananmarqos, done you can find python-mediapipe-bin with your suggested edits

hottea commented on 2024-02-21 06:30 (UTC)

Hello, we could build this pkg from the source now, and GPU support by opengl is also enabled. See https://github.com/hubutui/python-mediapipe-pkgbuild.

yochananmarqos commented on 2024-01-15 00:53 (UTC)

@robertfoster: Please resubmit as python-mediapipe-bin. Use Installer & Wheel instead of Pip:

makedepends=('python-installer' 'python-wheel')
package() {
  python -m installer --destdir="$pkgdir" *.whl
}

MarsSeed commented on 2023-11-04 23:47 (UTC)

pip should not be used to install Python packages in PKGBUILDs.

Also this should be built from source, or the package should be renamed and resubmitted as python-mediapipe-bin.

toynbeeidea commented on 2023-06-03 22:38 (UTC)

Version 10 is still broken:

==> Starting package()...
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
ERROR: mediapipe-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform.
==> ERROR: A failure occurred in package().
Aborting...

-> error making: python-mediapipe-exit status 4 -> Failed to install the following packages. Manual intervention is required: python-mediapipe - exit status 4

lemust83 commented on 2023-05-08 06:16 (UTC)

I got this error : ERROR: mediapipe-0.9.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform.

toynbeeidea commented on 2023-05-07 21:13 (UTC) (edited on 2023-05-07 21:14 (UTC) by toynbeeidea)

==> Making package: python-mediapipe 0.9.3.0-1 (Sun 07 May 2023 05:11:16 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
ERROR: mediapipe-0.9.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform.
==> ERROR: A failure occurred in package().
Aborting...
-> error making: python-mediapipe-exit status 4
-> Failed to install the following packages. Manual intervention is required:
python-mediapipe - exit status 4

hottea commented on 2021-12-22 06:07 (UTC)

python-wheel should not listed as dep, see also this PKGBUILD