explosion / cython-blis

💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!
Other
218 stars 37 forks source link

Facing issue when running following command: pip install --upgrade --no-cache-dir thinc #107

Open rishav12 opened 3 months ago

rishav12 commented 3 months ago

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