Package Details: python-spacy 3.8.3-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.001205
First Submitted: 2018-10-30 09:39 (UTC)
Last Updated: 2024-12-18 18:14 (UTC)

Pinned Comments

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.

Latest Comments

« First ‹ Previous 1 2 3

flipflop97 commented on 2020-01-21 11:53 (UTC)

It also imports and thus requires python-plac as a dependency. Can you add that one too?

flipflop97 commented on 2020-01-21 11:36 (UTC)

Hi, thanks for updating. Can you maybe change the dependencies python-srsly-git to python-srsly and python-wasabi-git to python-wasabi? Those are the stable versions that are also available in the AUR, and allows the user to choose between the two versions.

crendel commented on 2020-01-15 16:24 (UTC)

@flipflop97: this should now be fixed (it is for me) after updating spacy to 2.2.3 (including the other updated dependencies).

flipflop97 commented on 2020-01-07 10:54 (UTC)

I get an error while building this package, maybe updating the sources will fix it?

Cythonizing sources
Processing symbols.pyx
Processing parts_of_speech.pyx
Processing morphology.pyx

Error compiling Cython file:
------------------------------------------------------------
...
from cymem.cymem cimport Pool
from preshed.maps cimport PreshMapArray
^
------------------------------------------------------------

morphology.pxd:2:0: 'preshed/maps.pxd' not found
Traceback (most recent call last):
  File "/home/philip/.cache/yay/python-spacy/src/spaCy-2.1.3/bin/cythonize.py", line 169, in <module>
    run(args.root)
  File "/home/philip/.cache/yay/python-spacy/src/spaCy-2.1.3/bin/cythonize.py", line 158, in run
    process(base, filename, db)
  File "/home/philip/.cache/yay/python-spacy/src/spaCy-2.1.3/bin/cythonize.py", line 124, in process
    preserve_cwd(base, process_pyx, root + ".pyx", root + ".cpp")
  File "/home/philip/.cache/yay/python-spacy/src/spaCy-2.1.3/bin/cythonize.py", line 87, in preserve_cwd
    func(*args)
  File "/home/philip/.cache/yay/python-spacy/src/spaCy-2.1.3/bin/cythonize.py", line 63, in process_pyx
    raise Exception("Cython failed")
Exception: Cython failed
Traceback (most recent call last):
  File "setup.py", line 275, in <module>
    setup_package()
  File "setup.py", line 208, in setup_package
    generate_cython(root, "spacy")
  File "setup.py", line 131, in generate_cython
    raise RuntimeError("Running cythonize failed")
RuntimeError: Running cythonize failed