Skip to content

Undefined symbol __atomic_load_8 error when downloading spacy models on RPI 4 #7372

Discussion options

You must be logged in to vote

I'm not sure exactly what leads to these particular errors, but you have a 32-bit distro (armv7l indicates that it's 32-bit) and you will need a 64-bit OS + 64-bit python for spaCy v2 to work correctly. See the notes at the top of this comment for installing / checking that you have a 64-bit OS:

#6021 (comment)

The install instructions in that comment are now a bit out-of-date, too. We recently improved the source distributions for our packages so that the build dependencies are correct and so that blis will choose cortexa57 by default for linux+aarch64, so as of spacy v2.3.5 you should now be able to install spacy in a venv with only:

python3 -m venv .venv
source .venv/bin/activate
pip i…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ines
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues plat / aarch64 aarch64 architecture support
2 participants
Converted from issue

This discussion was converted from issue #6638 on March 09, 2021 13:27.