running a python script where dependencies are not avail: distributed computing
Posted
by sadhu_
on Stack Overflow
See other posts from Stack Overflow
or by sadhu_
Published on 2010-05-24T22:03:46Z
Indexed on
2010/05/24
22:11 UTC
Read the original article
Hit count: 475
python
|distributed
Hi,
I have access to a grid (running condor) that would (potentially) allow to very substantially reduce how long by nltk based nlp tasks take. unfortunately, i dont have root access on the cluster so cannot install new packages, only run whatever is available on the linux boxes.
python is of course available, but nltk isnt - i was wondering however, if there might be a way around this somehow ? is there a way i can somehow still distribute the task in a self-contained 'package' of some sort?
Thanks for your hel
© Stack Overflow or respective owner