It also imports and thus requires python-plac
as a dependency. Can you add that one too?
Search Criteria
Package Details: python-spacy 3.8.3-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.001205 |
First Submitted: | 2018-10-30 09:39 (UTC) |
Last Updated: | 2024-12-18 18:14 (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-mkl-tbbAUR, python-numpy-mklAUR)
- python-preshedAUR
- python-pydantic
- 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)
- python-setuptools (make)
- python-wheel (make)
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)
Latest Comments
« First ‹ Previous 1 2 3
flipflop97 commented on 2020-01-21 11:53 (UTC)
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
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.