pip install hanlp[full]无法安装

如果最近不能使用hanlp或是版本问题

解决方案:

1. pip install hanlp[full]

2. 如果出现权限问题: sudo pip install hanlp[full]

如果在安装过程中出现zsh不兼容:no matches found的问题

解决方案:

~/.zprofile 文件加入,mac在终端输入:

setopt no_nomatch


之后,更新配置

source ~/.zprofile


再终端输入:

 pip install hanlp[full]

你可能感兴趣的:(开发语言,python,list,django)