python安装paddlepaddle-tiny报错Could not find a version that satisfies the requirement问题解决

使用jieba分词库的paddle模式时需要安装paddlepaddle-tiny,但是在使用pip安装的时候报错。

执行命令:pip install paddlepaddle-tiny==1.6.1 -i https://mirror.baidu.com/pypi/simple

报错信息:

ERROR: Could not find a version that satisfies the requirement paddlepaddle-tiny==1.6.1 (from versions: none)
ERROR: No matching distribution found for paddlepaddle-tiny==1.6.1

在 fxsjy/jieba 的 issues 里发现 paddlepaddle-tiny 最高仅支持python的3.7.x版本。切换python版本为3.7后即可成功安装paddlepaddle-tiny

备注:
1.jieba库github地址:https://github.com/fxsjy/jieba/issues/865

出处:www.l1mn.com

原文标题:python安装paddlepaddle-tiny报错Could not find a version that satisfies the requirement问题解决

原文地址:https://www.l1mn.com/p/284251.html

本文版权归作者所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。

评论

皖ICP备2023023451号

Copyright © L1MN.COM 联系方式:l1mnfw@163.com