提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档
文章目录- Preface
- 1. Infrastractures' Versions
- 2. Before Step 5
- 3. Step 5
- 4. Step 6-8
Preface
Recently, I was going to try this tool: pylucene, but encountered some problems, thus make some records here for future reference.
提示:以下是本篇文章正文内容,下面案例可供参考
1. Infrastractures’ Versionspython: 3.6
jdk: 1.8
Install pylucene 7.7.1
the versions above are the author’s setup, the author did not try other version combination. But at least, if the improve the jdk version, an error when executing the make command will appear. Y? I do not know.
Follow this link untile stepl 5.
3. Step 5If you are using anaconda for your managing your python environment, remember to activate the specific python env (in which you are going use the pylucene) to install jcc module. Otherwise, the python will not find the jcc module when executing the make command.
4. Step 6-8
Continue to follow…



