NLP - How to solve the problem of ModuleNotFoundError: No module named 'jieba'

wrong description

In JUPYTER, using stuttering participle, an error occurs:

ModuleNotFoundError: No module named 'jieba'

solution

In Anaconda Prompt, execute the following instructions (can be solved):

pip install jieba -i https://pypi.tuna.tsinghua.edu.cn/simple/

Guess you like

Origin blog.csdn.net/goodjava2007/article/details/132429844