Insert one: There is a faster way to install and download jieba, download with mirror, very fast, just 2 seconds
pip install jieba -i https://pypi.douban.com/simple/
1、 Open the official website: https://pypi.org/project/jieba/#files
2、 Download and install under Python Road King (or whatever, but remember the installation address).
3、
4、 Copy the installation path and open cmd. cd installation path
5、
6、 python setup.py install
7、 Open cmd, enter pip list to view
8、
Recommended Posts