explosion / spaCy

💫 Industrial-strength Natural Language Processing (NLP) in Python
https://spacy.io
MIT License
29.69k stars 4.36k forks source link

blis.cy does not export expected C function sgemm #12402

Closed jedionmelbin closed 1 year ago

jedionmelbin commented 1 year ago

How to reproduce the behaviour

Your Environment

I have this error

ImportError: blis.cy does not export expected C function sgemm

ImportError Traceback (most recent call last) Cell In [27], line 1 ----> 1 import spacy 2 from spacy import displacy 3 nlp = spacy.load('es_core_news_sm')

File ~.conda\envs\deeplearnig-cognitive\lib\site-packages\spacy__init__.py:14 11 from thinc.api import prefer_gpu, require_gpu, require_cpu # noqa: F401 12 from thinc.api import Config ---> 14 from . import pipeline # noqa: F401 15 from .cli.info import info # noqa: F401 16 from .glossary import explain # noqa: F401

File ~.conda\envs\deeplearnig-cognitive\lib\site-packages\spacy\pipeline__init__.py:2 1 from .attributeruler import AttributeRuler ----> 2 from .dep_parser import DependencyParser 3 from .edit_tree_lemmatizer import EditTreeLemmatizer 4 from .entity_linker import EntityLinker

danieldk commented 1 year ago

This usually issue usually occurs when the installed version of BLIS is too old. Could you give the output of conda list and check that there are no broken requirements with pip check?

github-actions[bot] commented 1 year ago

This issue has been automatically closed because there has been no response to a request for more information from the original author. With only the information that is currently in the issue, there's not enough information to take action. If you're the original author, feel free to reopen the issue if you have or find the answers needed to investigate further.

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.