Package Details: python-spacy 3.7.6-1

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.004534
First Submitted: 2018-10-30 09:39 (UTC)
Last Updated: 2024-08-22 06:58 (UTC)

Latest Comments

1 2 Next › Last »

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.

lmartinez-mirror commented on 2023-01-23 00:40 (UTC)

I am aware. I was working on packaging python-confection but it looks like crendel handled that for me (thanks btw). I'll be pushing 3.5.0 soon.

ruestique commented on 2022-12-24 03:47 (UTC)

File "/usr/lib/python3.10/site-packages/thinc/config.py", line 2, in <module> import confection ModuleNotFoundError: No module named 'confection'

wuxxin commented on 2022-03-30 13:05 (UTC)

hi, python-spacy depends on python-pathlib, which is included in python from 3.4 onwards. The python-pathlib version included breaks on python 3.10 with the following backtrace:

File "/usr/lib/python3.10/site-packages/pathlib.py", line 10, in <module> from collections import Sequence ImportError: cannot import name 'Sequence' from 'collections' (/usr/lib/python3.10/collections/init.py)

this includes all packages that import pathlib, which i found while using the lollypop music player

jnphilipp commented on 2021-11-11 10:53 (UTC)

spaCy now has langcodes as a requirement.

mSSM commented on 2021-03-24 10:43 (UTC)

Building spacy fails if python-pip is not installed. So in case build fails for you, try installing it. It should probably be added to the makedepends array.