by Anonymous » 02 Jan 2025, 00:38
Versuch, spaCy auf einem M1-Mac mit pip zu installieren:
Fehler wird angezeigt:
Code: Select all
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Versuch, spaCy auf einem M1-Mac mit pip zu installieren:
[code]pip install 'spacy[apple]'
[/code]
Fehler wird angezeigt:
[code]× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
[/code]