python3Packages.spacy: use cython 0.29.37 to fix compile error
This commit is contained in:
parent
2c5fac3edf
commit
dfc608194a
@ -14606,7 +14606,18 @@ self: super: with self; {
|
||||
libsoxr = pkgs.soxr;
|
||||
};
|
||||
|
||||
spacy = callPackage ../development/python-modules/spacy { };
|
||||
spacy = callPackage ../development/python-modules/spacy {
|
||||
# fix error: ‘_PyCFrame’ has no member named ‘use_tracing’
|
||||
# see: https://aur.archlinux.org/packages/python-spacy
|
||||
cython_0 = cython_0.overridePythonAttrs (old: rec {
|
||||
version = "0.29.37";
|
||||
src = pkgs.fetchPypi {
|
||||
pname = "Cython";
|
||||
inherit version;
|
||||
hash = "sha256-+BPUpt2Ure5dT/JmGR0dlb9tQWSk+sxTVCLAIbJQTPs=";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
spacy-alignments = callPackage ../development/python-modules/spacy-alignments { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user