Skip to content

spacy fails on import (CBlas DLL load fails) #11591

Answered by polm
cb-air asked this question in Help: Installation
Discussion options

You must be logged in to vote

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:

  • what versions of spaCy and Thinc do you have? (use pip freeze to check)
  • are you using 32 bit Python? (run this in Python: import sys;print("%x" % sys.maxsize, sys.maxsize > 2**32))

Replies: 3 comments 7 replies

Comment options

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

You must be logged in to vote
7 replies
@polm
Comment options

@alanbr94
Comment options

@polm
Comment options

@cb-air
Comment options

@polm
Comment options

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 windows Issues related to Windows
4 participants
Converted from issue

This discussion was converted from issue #11588 on October 07, 2022 04:25.