Home > other >  Could you tell me why I have installed jieba library, pycharm or tip can't find
Could you tell me why I have installed jieba library, pycharm or tip can't find

Time:09-15

Have to restart the software

CodePudding user response:

CodePudding user response:

Pycharm environment without import
See you use should be pycharm automatically generated virtual environment
The environment change, or directly in pycharm console input PIP install jieba

CodePudding user response:

Can look at my hair, and this can be resolved directly search link
https://blog.csdn.net/shangxianjiao/article/details/103160238
Or find my this article python install third-party libraries such as jieba success, pandas, matplotlib but pycharm error No module named * * * such as matplotlib

CodePudding user response:

Method 1: click on the install in pycharm environment, select the second option, jieba3K, after installation engineering under the path you can see already installed jieba

Method 2: using CMD after installation PIP install jieba could you install jieba path after install the python path, the pycharm is unrecognized, needs to be under the python path: python \ lib \ site - packages folder copy to establish project directory!!!!!!

CodePudding user response:

To build a project (pictured)
  • Related