just fyi: they yanked release 3.8.5 https://pypi.org/project/spacy/3.8.5/
your source= link still works for now
Git Clone URL: | https://aur.archlinux.org/python-spacy.git (read-only, click to copy) |
---|---|
Package Base: | python-spacy |
Description: | Free open-source library for Natural Language Processing in Python |
Upstream URL: | https://github.com/explosion/spacy |
Licenses: | MIT |
Submitter: | crendel |
Maintainer: | jnphilipp |
Last Packager: | jnphilipp |
Votes: | 11 |
Popularity: | 0.000034 |
First Submitted: | 2018-10-30 09:39 (UTC) |
Last Updated: | 2025-05-23 10:11 (UTC) |
just fyi: they yanked release 3.8.5 https://pypi.org/project/spacy/3.8.5/
your source= link still works for now
Sorry for the late reply. @jnphilipp, both catalogue, srsly and langcode were not updated. I have updated them now, and spacy works again. Thank you for your time
At the moment spacy
requires thinc>=8.3.0,<8.4.0
so for now you need python-thinc-bin-8.3.2.
@ElMastro do you have python-catalogue
installed?
@envolution, thank you a lot, now I can install spacy. unfortunately I can;t use it, as importing it says "ModuleNotFoundError: No module named 'catalogue'". However, for now I am learning to use the nlp tools of scikit-learn to do it, so I REALLY appreciate your time, but I don't want to waste it :)
it's not compiling to to incompatibility between spacy and thinc
i created https://aur.archlinux.org/packages/python-thinc-bin-8.3.2 to solve this, i'll leave it pinned to 8.3.2 which this seems to support
@elmastro
Hello. I can't install it. During compilation what happens is [code]from thinc.backends.linalg cimport Vec, VecVec ^
spacy/ml/parser_model.pyx:8:0: 'thinc/backends/linalg.pxd' not found
Error compiling Cython file: ------------------------------------------------------------[/code]
Is this normal?
@texer22 I fixed this by using Cython 0.29.37 instead of 0.29.36.
@texer22 which Version of python-thinc
are you running. spacy
still needs <8.3.0
.
Cannot compile.
spacy/matcher/levenshtein.c: In function ‘__pyx_f_5spacy_7matcher_11levenshtein_levenshtein’:
spacy/matcher/levenshtein.c:1177:32: error: ‘_PyCFrame’ has no member named ‘use_tracing’
Pinned Comments
jnphilipp commented on 2024-12-03 13:36 (UTC)
At the moment
spacy
requiresthinc>=8.3.0,<8.4.0
so for now you need python-thinc-bin-8.3.2.