-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bigjob bootstrap fails on india #169
Comments
FWIW, Matteo sees the same. |
After the fix I get the following error in the agent log: Python version 2.7 loaded The following error occurred while trying to add or remove files in the
The installation directory you specified (via --install-dir, --prefix, or
Perhaps your account does not have write access to this directory? If the For information on other options, you may wish to consult the http://peak.telecommunity.com/EasyInstall.html Please make the appropriate changes for your system and try again. Traceback (most recent call last): |
I can work around this one by setting On 25 Jan 2014, at 23:51 , Mark Santcroos mark.santcroos@rutgers.edu wrote:
|
I'm seeing an issue: [ethread@ip-10-9-147-80 ~]$ cat stderr-bj-7afcbd94-86c5-11e3-9c59-080027261dbf-agent.txt Do I need to reinstall BJ to avoid this issue? Currently I'm running version 0.53 |
Hi Mark, I got it resolved with AndreL's help yesterday. I was following it up on Thanks On 27 January 2014 16:55, Mark Santcroos notifications@github.com wrote:
Thanks and Regards, |
Hi, I’m reopening because of the env variable. Gr, Mark On 27 Jan 2014, at 17:04 , anjaniragothaman notifications@github.com wrote:
|
Oh OK. Thanks On 27 January 2014 17:05, Mark Santcroos notifications@github.com wrote:
Thanks and Regards, |
re Mark:
I used to do that, for other reasons, but in that case both bigjob and sinon agents can't run any tasks anymore (they then complain about an ssh key error, of all things). So that is indeed not a viable option... |
See the output of stderr below.
Although python 2.7 is loaded from modules as can also be seen in the log, the error about syntax seems to point to an older version of python ...
torque/2.5.5 version 2.5.5 loaded
Python version 2.7 loaded
Traceback (most recent call last):
File "/N/u/marksant/.bigjob/bigjob-bootstrap.py", line 2323, in
main()
File "/N/u/marksant/.bigjob/bigjob-bootstrap.py", line 823, in main
symlink=options.symlink)
File "/N/u/marksant/.bigjob/bigjob-bootstrap.py", line 965, in create_environment
install_sdist('Pip', 'pip-*.tar.gz', py_executable, search_dirs)
File "/N/u/marksant/.bigjob/bigjob-bootstrap.py", line 934, in install_sdist
filter_stdout=filter_install_output)
File "/N/u/marksant/.bigjob/bigjob-bootstrap.py", line 901, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /N/u/marksant/.bigjob/python/bin/python setup.py install --single-version-externally-managed --record record failed with error code 1
'import site' failed; use -v for traceback
File "/N/u/marksant/.bigjob/bigjob-bootstrap.py", line 1510
cp_or_ln = (os.symlink if symlink else copyfile)
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "", line 45, in
IOError: [Errno 2] No such file or directory: '/N/u/marksant/.bigjob/python/bin/activate_this.py'
The text was updated successfully, but these errors were encountered: