selfteaching / selfteaching/selfteaching-python-camp
Day10 windows下命令行安装不了jieba的解决办法
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
1,在官网中(Download files按钮)下载jieba压缩包(jieba-0.39.zip)。官网网址:https://pypi.org/project/jieba/
2,将压缩包解压到anaconda3的pkgs目录下
3,打开终端Anaconda Prompt,通过指令cd ...(各人都有不同)/anaconda3/pkgs/jieba-0.39进入pkgs目录下的jieba-0.39,输入python setup.py install即可完成安装。
我是通过搜索anaconda3找到anaconda3所在目录一步一步CD进去的。
以上是稍微简化和调整的内容,原文见:Anaconda安装jieba、wordcloud等第三方库(https://blog.csdn.net/zhaohaibo_/article/details/79253740)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start by reading the installation steps and the linked PyPI and CSDN references, then inspect the repository's existing documentation structure. Completion criteria are not specified; the issue would need a clear documentation location and agreed Windows/Anaconda jieba installation guidance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100