Fork me on github

python install spacy 报错解决

python install spacy

 法1 修改setuptool版本(无效)

法2 安装前置依赖(无效)

pip install numpy cython jinja2 pathlib preshed thinc cymem murmurhash blis plac

 

法3  使用预编译的轮子文件安装(有效)

pip install --prefer-binary spacy

 

posted @ 2025-03-06 17:12  我の前端日记  阅读(570)  评论(0)    收藏  举报
Copyright © 2021 LinCangHai
Powered by .NET 5.0 on Kubernetes