Pilucen with Python 3

I have a virtual environment with python 3.4.3. I want to install pylucene for this environment.

How can i do this? Or can I somehow run pylucene if I use python from my virtual environment?

I could not find python 3 support information at http://lucene.apache.org/pylucene/install.html and if I follow the instructions, I get a syntax error during the JCC installation phase, since it is expected that the code will be launched with python 2.x.

+4
source share
2 answers

PyLucene does not currently support Python 3; it is unclear whether it will be .

+3

: PyLucene 6.5.0 python3. http://lucene.apache.org/pylucene/

jcc pylucene python3

jcc : https://github.com/rudimeier/jcc

pylucene : https://github.com/rudimeier/pylucene

pylucene 3 (3.x, 4.x 6.x) .

+2

Source: https://habr.com/ru/post/1619139/


All Articles