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

Andre Merzky andre at merzky.net
Sun Nov 13 15:15:23 CST 2011


Hi Andre,

I tried a couple of things with generic/setup.py (thus with setuptools), and
still don't understand how that is supposed to work.  For example, the python
installation we use for the CSA installations comes with uuid.py - but the
setuptools install it anyway, again.  I that supposed to be the case?

Thanks, Andre.


On Sun, Nov 13, 2011 at 8:33 PM, Andre Merzky <andre at merzky.net> wrote:
> 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...
>



-- 
Nothing is ever easy...


More information about the Bigjob-users mailing list