Recently, in the installation of stuttering participle encountered some problems, tangled up a good burst, share with you, hope to be helpful.
First, the installation environment:
- Windows7, 64-bit system
- python3.6,python3.5
On the official github of stuttering participle, describes the installation steps for stuttering participle (jieba)
- Fully automatic installation: Easy_install Jieba or pip install JIEBA/PIP3 install Jieba
- Semi-automatic installation: Download http://pypi.python.org/pypi/jieba/first, unpack and run Python setup.py install
- Manual Installation: Place the Jieba directory in the current directory or the Site-packages directory
- Refer to by Import Jieba
In the actual installation process, the error appears as shown in fully automatic or semi-automated installation.
No good solution has been found on the Web-based query.
Finally, try the official recommended manual installation, found to be available.
Search for "Jieba" in PyPI on the official Python website, find Jieba 0.38, download the zip file.
Then unzip, put the "Jieba" folder in the corresponding Python installation path Site-packages directory, and then use the import Jieba can be used.
For more highlights, please follow the public number:
"The way of Python data"
?
python3.6 installation stuttering participle need to pay attention to the place