[Bigjob-users] [saga-users] Documentation for BigJob on SAGA Website

Andre Luckow aluckow at cct.lsu.edu
Sun Nov 13 08:29:30 CST 2011


Hi Andre,

>>>> import redis
>>>> print redis.__version__
> 2.2.4

What Python installation are you using for running this and what
installation for the command below? What command are you running? Did
you install redis manually?

The package requires Redis in exactly version 2.2.4 (this is the last
version that works with Python 2.4).

The easiest way to install BJ is to use the bootstrap script or
easy_install. This ensures that the dependencies are loaded
automatically in as needed.

Best,
Andre

>>>> load_entry_point('BigJob==0.3.14', 'console_scripts', 'test-bigjob')()
> Traceback (most recent call last):
>  File "<stdin>", line 1, in <module>
>  File "/N/soft/SAGA/external/python/2.7.1/gcc-4.1.2/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 318, in load_entry_point
>  File "/N/soft/SAGA/external/python/2.7.1/gcc-4.1.2/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 2221, in load_entry_point
>  File "/N/soft/SAGA/external/python/2.7.1/gcc-4.1.2/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 1953, in load
>  File "/N/soft/SAGA/external/python/2.7.1/gcc-4.1.2/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 1966, in require
>  File "/N/soft/SAGA/external/python/2.7.1/gcc-4.1.2/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 565, in resolve
> pkg_resources.DistributionNotFound: redis==2.2.4


More information about the Bigjob-users mailing list