Installing PyLucene

2016-12-30 Thread marco turchi
Dear All, I'm newer with PyLucene and I'm trying to instal it on my local home on a cluster. In this environment, I do not have root privilege, I'm using a version of python (2.7.5) available in anaconda and our cluster is not connected to the WEB, so I cannot use setuptools. I have followed the i

PyLucene Subscribe

2016-12-30 Thread marco turchi
Hi I'm new in pylucene and I'd like to subscribe to the mailing list to post some question about the installation. Best Regards, Marco

Re: Installing PyLucene

2016-12-30 Thread Andi Vajda
> On Dec 30, 2016, at 08:47, marco turchi wrote: > > Dear All, > I'm newer with PyLucene and I'm trying to instal it on my local home on a > cluster. In this environment, I do not have root privilege, You do not need root privileges if you don't modify the system python. One way to achieve tha

Re: Installing PyLucene

2016-12-30 Thread marco turchi
Dear Andi, thanks a lot for you answers! > You do not need root privileges if you don't modify the system python. One > way to achieve that is to setup a python virtualenv first and install jcc > and pylucene into it instead of the system python. > > Do you mean to install a new version of python

Re: Installing PyLucene

2016-12-30 Thread Andi Vajda
> On Dec 30, 2016, at 15:07, marco turchi wrote: > > Dear Andi, > thanks a lot for you answers! > > >> You do not need root privileges if you don't modify the system python. One >> way to achieve that is to setup a python virtualenv first and install jcc >> and pylucene into it instead of the