spacy fails on import (CBlas DLL load fails) #11591
-
I'm trying to get spacy loaded, but it fails as shown below. The problem persists after reinstalling both thinc and spacy in the global site-packages directory.
[EDIT: to replace screenshot with text] |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Sorry you're having trouble installing spaCy, but please don't share images of code or error output, they're hard to read and use. Please share text by copy and pasting it. It looks like you have failed to install CBlas somehow, which is weird because it should just be included with Thinc. You generally shouldn't have to install Thinc manually if you're using spaCy. How did you install spaCy? I would recommend going through the install guide if you haven't. Some things to check:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your help. spacy==3.4.1
They were installed without error using:
|
Beta Was this translation helpful? Give feedback.
-
raceback (most recent call last): annotated-types==0.6.0 |
Beta Was this translation helpful? Give feedback.
Sorry you're having trouble installing spaCy, but please don't share images of code or error output, they're hard to read and use. Please share text by copy and pasting it.
It looks like you have failed to install CBlas somehow, which is weird because it should just be included with Thinc. You generally shouldn't have to install Thinc manually if you're using spaCy. How did you install spaCy? I would recommend going through the install guide if you haven't.
Some things to check:
pip freeze
to check)import sys;print("%x" % sys.maxsize, sys.maxsize > 2**32)
)