ARM Installation Very Slow #11006
-
|
Hello 👋 I am a big fan of spaCy, but I am finding that installing spaCy on Here is an minimal Dockerfile from which this issue can be reproduced: and here is the command I am running that takes a very long time: The command above takes over 30 minutes, but I don't know exactly how long because I've not had the patience for it to complete. Any advice would be appreciated. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hey @mbowiewilson, I can confirm the slow install time - that step took me We're currently working on providing wheels for |
Beta Was this translation helpful? Give feedback.
-
|
Still doesn't look like spacy has linux/arm64 wheels on pypi, is this still being worked on? |
Beta Was this translation helpful? Give feedback.
Hey @mbowiewilson,
I can confirm the slow install time - that step took me
370son my M1 Mac. The reason is that we don't yet provide wheels forlinux/arm64, so it has to build spaCy when it gets installed.We're currently working on providing wheels for
linux/arm64, but I can't provide an ETA on when we'll have them ready.