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.
source
share