Search Criteria
Package Details: python-thinc 9.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-thinc.git (read-only, click to copy) |
---|---|
Package Base: | python-thinc |
Description: | Practical Machine Learning for NLP |
Upstream URL: | https://github.com/explosion/thinc |
Licenses: | MIT |
Submitter: | crendel |
Maintainer: | jnphilipp |
Last Packager: | jnphilipp |
Votes: | 3 |
Popularity: | 0.000247 |
First Submitted: | 2018-10-30 09:43 (UTC) |
Last Updated: | 2024-10-22 16:49 (UTC) |
Dependencies (19)
- python-blisAUR
- python-catalogueAUR
- python-confectionAUR
- python-cymem
- python-murmurhashAUR
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-preshedAUR
- python-pydantic (python-pydantic-gitAUR)
- python-srslyAUR (python-srsly-gitAUR)
- python-wasabiAUR (python-wasabi-gitAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-cupyAUR (python-cupy-binAUR) (optional)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional)
- python-tensorflow (python-tensorflow-cuda-keplerAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional)
Latest Comments
jtiemer commented on 2023-10-02 11:57 (UTC) (edited on 2023-10-02 11:58 (UTC) by jtiemer)
I experienced
cython
dependency errors forpython-blis
when building the package. Building the PKGBUILD without theno-build-isolation
andskip-dependencies
flags made it go through. This will likely lead to errors when running it on the base system without proper dependencies.However, since development should happen in virtual environments anyway, this seems acceptable to me.
I hope Explosion update their dependencies sometime.
Thx for the PKDBUILD!
crendel commented on 2020-05-04 03:35 (UTC) (edited on 2020-05-04 16:35 (UTC) by crendel)
Note that currently one of the deps,
python-pydantic
, fails the tests included in its PKGBUILD (something which has been fixed in upstreampytest
but not yet repackaged). Runningmakepkg --nocheck
might be necessary for that dependency.flipflop97 commented on 2020-01-16 12:56 (UTC)
Hi, can you change the dependencies
python-srsly-git
topython-srsly
andpython-wasabi-git
topython-wasabi
? Those are the stable versions that are also available in the AUR, and allows the user to choose between the two versions.