79270156

Date: 2024-12-11 00:28:13
Score: 2
Natty:
Report link

You can find the solution here:https://github.com/explosion/spaCy/discussions/12941

In short, you need to use a previous version of cython:

pip install Cython==0.29.36
pip install spacy==3.0.6 --no-build-isolation
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samuel Teixeira