jieba库怎么安装 (python安装jieba库详细步骤)
1、下载jieba库:
https://pypi.org/project/jieba/
2、将其解压到某一文件夹下:
相关推荐:《Python视频教程》
3、运行cmd,进入jieba-0.39文件夹:
4、执行命令:python3 setup.py install 回车
5、测试jieba是否安装成功
输入import jieba没有问题,安装成功。
以上就是python如何安装jieba库的详细内容。
除注明外的文章,均为来源:老汤博客,转载请保留本文地址!
原文地址:https://tangjiusheng.cn/it/5101.html
原文地址:https://tangjiusheng.cn/it/5101.html