Apple M1, Arm64: Pip subprocess to install build dependencies did not run successfully. #13794
-
I'm trying to install SpaCy on my MacBook Pro 2020 13" (M1, Arm64. Model no. MYD92X/A) to run a friend's conlang, but am encountering quite a few errors. It seems whenever I use pip, something goes wrong... although pip itself is not the problem in this case. I have Python 3.13.2 installed, at this time the latest version, and it is the M1/Arm version. I installed it manually. I'm following the install instructions for MacOS/OSX, Arm/M1 from spacy.io.
Update:
I have
Here is the abbreviated output: (
That's the abbreviated output. I have done multiple web searches to no avail, and have tried ChatGPT too. Can't seem to resolve it, unfortunately! the-trumpeter |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I think the problem is the Python version. We haven't been able to get spaCy to support Python 3.13 yet. If you use 3.12 or an earlier version I think it should work. |
Beta Was this translation helpful? Give feedback.
-
I would suggest you try to install from scratch using pipx which will automagically create the virtual python and pip environment that will ensure full compatibility with your existing system and Python version. I have just tried on my macbook M2 :
The easiest way to get pipx on your mac is by first installing the homebrew package manager, copy/paste the following in your terminal :
Then simply follow the instructions from the good folks at pipx "https://pipx.pypa.io/stable/" :
Finally you may now install and run spacy ! Cheers, |
Beta Was this translation helpful? Give feedback.
I think the problem is the Python version. We haven't been able to get spaCy to support Python 3.13 yet. If you use 3.12 or an earlier version I think it should work.