Hi,
I am following a previous posting
|
| | | | |
#47 (Torque 5.0.x Support) – pbs_pythonWe are using torque 5.0.0, so I downloaded the latest stable pbs_python version (4.4.0). I am having problems with the make portion of pbs_python (4.4.0) with torque (5.0.0). |
|
| Preview by Yahoo |
|
|
Has ps_python egg-4.6.0 been released? Only the pbs_python-4.4.0 seems to be showing in the archives.
Scrambling with pbs_python-4.4 and torque-5.0.1 doesn't seem to work:
[galaxy@system galaxy]$ LIBTORQUE_DIR=/opt/torque/5.0.1/lib/libtorque.so python scripts/scramble.py -e pbs_python
fetch_one(): Using existing source, remove to download again:
/nv/hp16/galaxy/galaxy/scripts/scramble/archives/pbs_python-4.4.0.tar.gz
unpack_source(): Removing old build directory at:
/nv/hp16/galaxy/galaxy/scripts/scramble/build/py2.6-linux-x86_64-ucs4/pbs_python
unpack_source(): Unpacked to:
/nv/hp16/galaxy/galaxy/scripts/scramble/build/py2.6-linux-x86_64-ucs4/pbs_python
copy_build_script(): Using build script /nv/hp16/galaxy/galaxy/scripts/scramble/scripts/pbs_python.py
run_scramble_script(): Beginning build
run_scramble_script(): Executing in /nv/hp16/galaxy/galaxy/scripts/scramble/build/py2.6-linux-x86_64-ucs4/pbs_python:
/usr/bin/python scramble.py
Traceback (most recent call last):
File "scramble.py", line 14, in <module>
from scramble_lib import *
File "../../../lib/scramble_lib.py", line 146, in <module>
from setuptools import *
File "/usr/lib/python2.6/site-packages/setuptools-18.2-py2.6.egg/setuptools/__init__.py", line 11, in <module>
from setuptools.extension import Extension
File "/usr/lib/python2.6/site-packages/setuptools-18.2-py2.6.egg/setuptools/extension.py", line 8, in <module>
from .dist import _get_unpatched
File "/usr/lib/python2.6/site-packages/setuptools-18.2-py2.6.egg/setuptools/dist.py", line 21, in <module>
packaging = pkg_resources.packaging
AttributeError: 'module' object has no attribute 'packaging'
Traceback (most recent call last):
File "scripts/scramble.py", line 50, in <module>
egg.scramble()
File "/nv/hp16/galaxy/galaxy/lib/galaxy/eggs/scramble.py", line 57, in scramble
self.run_scramble_script()
File "/nv/hp16/galaxy/galaxy/lib/galaxy/eggs/scramble.py", line 210, in run_scramble_script
raise ScrambleFailure( self, "%s(): Egg build failed for %s %s" % ( sys._getframe().f_code.co_name, self.name, self.version ) )
galaxy.eggs.scramble.ScrambleFailure: run_scramble_script(): Egg build failed for pbs_python 4.4.0
[galaxy@system galaxy]$ LIBTORQUE_DIR=/opt/torque/5.0.1/lib/libtorque.so python scripts/scramble.py -e pbs_python