已解决DEPRECATION: phrasetree is being installed using the legacy ‘setup.py install’ method, because it does not have a ‘pyproject.toml’ and the ‘wheel’ package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the ‘–use-pep517’ option. Discussion can be found at https://github.com/pypa/pip/issues/8559
DEPRECATION: hanlp-common is being installed using the legacy ‘setup.py install’ method, because it does not have a ‘pyproject.toml’ and the ‘wheel’ package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the ‘–use-pep517’ option. Discussion can be found at https://github.com/pypa/pip/issues/8559
DEPRECATION: hanlp-trie is being installed using the legacy ‘setup.py install’ method, because it does not have a ‘pyproject.toml’ and the ‘wheel’ package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the ‘–use-pep517’ option. Discussion can be found at https://github.com/pypa/pip/issues/8559
报错问题
粉丝群一个小伙伴,想用pip安装第三方模块,但是发生了报错(当时他心里瞬间凉了一大截,跑来找我求助,然后顺利帮助他解决了,顺便记录一下希望可以帮助到更多遇到这个bug不会解决的小伙伴),报错代码如下:
pip install hanlp
报错信息截图如下所示:
报错翻译
报错信息翻译如下:
描述:由于没有“pyproject.toml”,并且未安装“wheel”包,因此正在使用旧的“setup.py install”方法安装短语树。pip23.1将强制执行这种行为改变。一种可能的替代方法是启用“–use-pep517”选项。讨论可在https://github.com/pypa/pip/issues/8559
描述:hanlp common是使用传统的“setup.py install”方法安装的,因为它没有“pyproject.toml”,并且未安装“wheel”包。pip23.1将强制执行这种行为改变。一种可能的替代方法是启用“–use-pep517”选项。讨论可在https://github.com/pypa/pip/issues/8559
说明:正在使用旧的“setup.py install”方法安装hanlp trie,因为它没有“pyproject.toml”,并且未安装“wheel”包。pip23.1将强制执行这种行为改变。一种可能的替代方法是启用“–use-pep517”选项。讨论可在https://github.com/pypa/pip/issues/8559
报错原因
报错原因:
pip安装第三方模块的时候缺少某些依赖所以会提示,小伙伴们按下面的代码安装即可解决!!!
解决方法
在pip命令后面加上--use-pep517
即可:
pip install hanlp --use-pep517
加上后安装成功:
以上是此问题报错原因的解决方法,欢迎评论区留言讨论是否能解决,如果有用欢迎点赞收藏文章谢谢支持,博主才有动力持续记录遇到的问题!!!
千人全栈VIP答疑群联系博主帮忙解决报错
由于博主时间精力有限,每天私信人数太多,没办法每个粉丝都及时回复,所以优先回复VIP粉丝,可以通过订阅限时9.9付费专栏《100天精通Python从入门到就业》进入千人全栈VIP答疑群,获得优先解答机会(代码指导、远程服务),白嫖80G学习资料大礼包,专栏订阅地址:https://blog.csdn.net/yuan2019035055/category_11466020.html
-
优点:作者优先解答机会(代码指导、远程服务),群里大佬众多可以抱团取暖(大厂内推机会),此专栏文章是专门针对零基础和需要进阶提升的同学所准备的一套完整教学,从0到100的不断进阶深入,后续还有实战项目,轻松应对面试!
-
专栏福利:简历指导、招聘内推、每周送实体书、80G全栈学习视频、300本IT电子书:Python、Java、前端、大数据、数据库、算法、爬虫、数据分析、机器学习、面试题库等等
-
注意:如果希望得到及时回复,和大佬们交流学习,订阅专栏后私信博主进千人VIP答疑群
文章来源:https://www.toymoban.com/news/detail-414871.html
文章来源地址https://www.toymoban.com/news/detail-414871.html
到了这里,关于已解决DEPRECATION: phrasetree is being installed using the legacy ‘setup.py install’ method, because it的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!