我试图使用python & PyLucene在信息务虚会上创建一个简单的应用程序。
您能帮我在windows上安装PyLucene 6.2.0吗?我已经安装了jcc,但是我不知道如何安装PyLucene。
我找到了这个文档http://lucene.apache.org/pylucene/install.html#for-the-rest-of-us,但是我不明白什么是make & install指令。
请帮帮我。
发布于 2020-04-20 10:29:55
首先,确保安装了SVN命令行工具。
请按照SVN - 通过命令行使用TortoiseSVN的链接操作。
然后安装"为Windows做准备“
此外,您还可以从这里直接下载“Make for windows”- https://sourceforge.net/projects/gnuwin32/postdownload。
之后,您可以在命令提示符中使用make。
https://stackoverflow.com/questions/41230043
复制相似问题