安装spacy报错 AttributeError: type object ‘_CleanResult‘ has no attribute ‘from_link‘

按照我上一篇博客的指引安装spacy:
安装spacy
从离线包安装:

pip install en_core_web_trf-3.1.0.tar.gz

但是报错:
安装spacy报错 AttributeError: type object ‘_CleanResult‘ has no attribute ‘from_link‘
解决办法很简单,把python3.6.0换成其他任意一个python版本就行,这个错误是3.6.0所以独有的:
安装spacy报错 AttributeError: type object ‘_CleanResult‘ has no attribute ‘from_link‘

参考:

AttributeError: type object ‘_CleanResult’ has no attribute ‘from_link’ crash on v21.2.3 #10280

上一篇:spacy保存和加载模型


下一篇:批量迁移Oracle数据文件,日志文件及控制文件