Skip to content
Discussion options

You must be logged in to vote

It sounds like you've gotten package installs that are mixed between native (arm64) and emulation (x86_64) versions, probably due to mixing pip and conda.

It's probably easiest to keep things straight if you install spacy solely through conda: conda install -c conda-forge spacy. It might be easiest to start in a new conda venv to be sure you're getting a clean installation of everything.

If you're not already, I'd recommend using the mac arm64 miniforge conda installer: https://github.com/conda-forge/miniforge#miniforge3. There are mac arm64 packages for spacy and all its dependencies through the conda-forge channel.

To make things a lot faster on an M1, also install the new thinc-apple-ops

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@isobarbaric
Comment options

@polm
Comment options

Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues osx Issues related to macOS / OSX plat / m1 Apple M1 architecture support
4 participants
Converted from issue

This discussion was converted from issue #9394 on October 08, 2021 07:38.