I have a virtual environment with python 3.4.3. I want to install pylucene for this environment.
How can I do that? Or can I somehow still run pylucene if I use the python from my virtual environment?
I couldn't find any info on python 3 support on http://lucene.apache.org/pylucene/install.html and if I follow the instructions, I'm getting syntax error on the phase of JCC installation as the code is expected to be run with python 2.x.