python3安装jieba成功,但是导入仍然错误 - 简书
www.jianshu.com › p › feb183904feeAug 22, 2019 · >>> import jieba Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'jieba' 上面是出问题的代码,明明在此之前我都 [root@node12 getWikiZhDump]# pip3 install jieba Collecting jieba Installing collected packages: jieba Successfully installed jieba-0.39