Package Details: python-pycoral 2.0.0-3

Git Clone URL: https://aur.archlinux.org/python-pycoral.git (read-only, click to copy)
Package Base: python-pycoral
Description: Google Coral Python API
Upstream URL: https://github.com/google-coral/pycoral
Licenses: Apache
Submitter: benalexau
Maintainer: harrietobrien
Last Packager: benalexau
Votes: 1
Popularity: 0.000909
First Submitted: 2021-08-24 06:44 (UTC)
Last Updated: 2022-11-26 01:52 (UTC)

Required by (0)

Sources (0)

Latest Comments

bardo commented on 2024-01-06 11:19 (UTC)

Working wheel for Python 3.11:

build() {
pip install --no-deps --target="pycoral" https://github.com/oberluz/pycoral/releases/download/2.13.0/pycoral-2.13.0-cp311-cp311-linux_x86_64.whl
}

The pkgver should also be updated to 2.13.0.

datux commented on 2023-12-30 15:10 (UTC)

Google doesn't seem to support/care any longer ERROR: pycoral-2.0.0-cp310-cp310-linux_x86_64.whl see discussion on github https://github.com/google-coral/pycoral/issues/85

The fork seems to run at least with python 3.10 https://github.com/oberluz/pycoral/releases

nottledim commented on 2023-12-15 22:29 (UTC)

Not installing with python3.11 ERROR: pycoral-2.0.0-cp310-cp310-linux_x86_64.whl is not a supported wheel on this platform A wheel for 3.11 doesn't exist

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

Thanks @bytemixer; PKGBUILD updated.

bytemixer commented on 2022-11-22 22:32 (UTC)

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

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

This package cannot currently be built as Python 3.10 compatible wheels have not yet been published at https://google-coral.github.io/py-repo/pycoral/

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

@ArchView, I haven't tried it. Please feel free to give it a try and submit any desired PKGBUILD changes as a comment here.

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

I did not try yet but does python-pycoral only work with libedgetpu-std or libedgetpu-max as well? In case it does I suggest to adapt the dependencies in PKGBUILD.