You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run spacy source code, but ran into "'thinc\backends\cblas.pxd' not found". On debugging more using chatgpt and chrome I got to know that there is issue with thinc module. So I performed this command "pip install --upgrade --no-cache-dir thinc", which is again failing :
" Building wheel for blis (pyproject.toml): started
Building wheel for blis (pyproject.toml): finished with status 'error'"
I have attached the full call stack with this. Please help me on this.
I am trying to run spacy source code, but ran into "'thinc\backends\cblas.pxd' not found". On debugging more using chatgpt and chrome I got to know that there is issue with thinc module. So I performed this command "pip install --upgrade --no-cache-dir thinc", which is again failing :
" Building wheel for blis (pyproject.toml): started
Building wheel for blis (pyproject.toml): finished with status 'error'"
I have attached the full call stack with this. Please help me on this.
blis.issue.txt
The text was updated successfully, but these errors were encountered: