DpythonProjectvenvScriptspythonexe DpythonProject尝试py Traceback most recent call last File DpythonProject尝试py line 2 in module import jiebaModuleNotFoundError No module named jiebaProcess finished
It seems like you are trying to import the module 'jieba' which is not installed in your Python environment. Please make sure to install it by running the following command in your terminal or command prompt:
pip install jieba
This should install the module and allow you to import it in your Python code.
原文地址: https://www.cveoy.top/t/topic/ggM7 著作权归作者所有。请勿转载和采集!