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.000000 |
| 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-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-packaging
- python-preshedAUR
- python-pydantic
- python-srslyAUR (python-srsly-gitAUR, python-srsly-binAUR)
- python-wasabiAUR (python-wasabi-gitAUR)
- cython (cython-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-cupy (python-cupy-rocm) (optional)
- python-pytorch (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-cuda12.9AUR, python-pytorch-opt-cuda12.9AUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional)
- python-tensorflow (python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda) (optional)
Latest Comments
mistersmee commented on 2025-04-06 10:22 (UTC)
I'm not exactly sure how it would work, but 8.3.6 is the latest release of spacy that has been updated to work with Python 3.13, and while 9.1.1 is on the v9 branch, it hasn't been updated to work with Python 3.13.
jtiemer commented on 2023-10-02 11:57 (UTC) (edited on 2023-10-02 11:58 (UTC) by jtiemer)
I experienced
cythondependency errors forpython-bliswhen building the package. Building the PKGBUILD without theno-build-isolationandskip-dependenciesflags 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 upstreampytestbut not yet repackaged). Runningmakepkg --nocheckmight be necessary for that dependency.flipflop97 commented on 2020-01-16 12:56 (UTC)
Hi, can you change the dependencies
python-srsly-gittopython-srslyandpython-wasabi-gittopython-wasabi? Those are the stable versions that are also available in the AUR, and allows the user to choose between the two versions.