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
Search Criteria
Package Details: python-spacy 3.8.2-1
Package Actions
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.001308 |
First Submitted: | 2018-10-30 09:39 (UTC) |
Last Updated: | 2024-10-22 16:58 (UTC) |
Dependencies (22)
- python-catalogueAUR
- python-cymem
- python-jinja
- python-langcodesAUR
- python-murmurhashAUR
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-preshedAUR
- python-pydantic (python-pydantic-gitAUR)
- python-requests
- python-smart_openAUR
- python-spacy-loggersAUR
- python-srslyAUR (python-srsly-binAUR, python-srsly-gitAUR)
- python-thincAUR (python-thinc-gitAUR, python-thinc-bin-8.3.2AUR)
- python-tqdm
- python-typer
- python-wasabiAUR (python-wasabi-gitAUR)
- python-weaselAUR
- cython0AUR (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- Show 2 more dependencies...
Required by (24)
- python-chatterbot
- python-fastai2
- python-sapply-git
- python-spacy-de_core_news_lg
- python-spacy-de_core_news_md
- python-spacy-de_core_news_sm
- python-spacy-de_dep_news_trf
- python-spacy-entity-linker
- python-spacy-en_core_web_lg
- python-spacy-en_core_web_md
- python-spacy-en_core_web_sm
- python-spacy-en_core_web_trf
- python-spacy-es_core_news_md
- python-spacy-es_core_news_sm
- python-spacy-fr_core_news_md
- python-spacy-fr_core_news_sm
- python-spacy-nl_core_news_lg
- python-spacy-nl_core_news_md
- python-spacy-nl_core_news_sm
- python-spacy-transformers
- Show 4 more...
Sources (1)
ElMastro commented on 2024-12-08 01:11 (UTC)
jnphilipp commented on 2024-12-03 13:36 (UTC)
At the moment spacy
requires thinc>=8.3.0,<8.4.0
so for now you need python-thinc-bin-8.3.2.
jnphilipp commented on 2024-12-03 13:33 (UTC)
@ElMastro do you have python-catalogue
installed?
ElMastro commented on 2024-12-03 01:00 (UTC)
@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 :)
envolution commented on 2024-11-30 21:33 (UTC)
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
ElMastro commented on 2024-11-19 22:02 (UTC) (edited on 2024-11-19 22:06 (UTC) by 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?
hacker1024 commented on 2024-09-25 05:39 (UTC)
@texer22 I fixed this by using Cython 0.29.37 instead of 0.29.36.
jnphilipp commented on 2024-08-01 06:10 (UTC)
@texer22 which Version of python-thinc
are you running. spacy
still needs <8.3.0
.
texer22 commented on 2024-07-31 11:10 (UTC)
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’
jtiemer commented on 2023-10-02 12:03 (UTC)
I'm experiencing the same build error as with python-thinc
. The Arch version of python-blis
is too new to compile, so building without the --skip-dependency-check
and --no-isolation
flags is advised.
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.