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

Andre Merzky andre at merzky.net
Sun Nov 13 13:33:51 CST 2011


On Sun, Nov 13, 2011 at 3:29 PM, Andre Luckow <aluckow at cct.lsu.edu> wrote:
> 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?

Yes, I installed redis manually - I wanted to check if the easyinstall
leaves my manual installation alone if I install bigjob that way.
Alas, I did not even manage to use bigjob with my redis installation,
and wonder why...


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

See the printout, it is version 2.2.4.

>>> import redis
>>> print redis.__version__
2.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.

Yes, I understand your point.  But I am still somewhat uncomfortable
with that, and would at least like to understand what that is doing.


Thanks, Andre.


> 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",m
>> 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
>



-- 
Nothing is ever easy...


More information about the Bigjob-users mailing list