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