python 中jieba安装成功,但是为什么spyder里运行不起?
出现这种问题怎办?
Python 3.8.8 (default, Apr 13 2021,15:08:03) [MSC v.1916 64 bit (AMD64)]Type "copyright", "credits" or "license" for more information. IPython 7.22.0 -- An enhanced Interactive Python.
In [1]:runcell(5,'C:/Users/LENOVO/.spyder-py3/temp.py')
Traceback (most recent call last):
File"C:\Users\LENOVO\.spyder-py3\temp.py",line 34, in <nodule> import jieba
ModuleNotFoundError: No module named 'jieba'