Giter Site home page Giter Site logo

Comments (8)

andre-merzky avatar andre-merzky commented on September 6, 2024

FWIW, Matteo sees the same.

from bigjob.

marksantcroos avatar marksantcroos commented on September 6, 2024

After the fix I get the following error in the agent log:

Python version 2.7 loaded
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

[Errno 13] Permission denied: '/N/soft/python/2.7/lib/python2.7/site-packages/test-easy-install-19556.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

/N/soft/python/2.7/lib/python2.7/site-packages/

Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

http://peak.telecommunity.com/EasyInstall.html

Please make the appropriate changes for your system and try again.

Traceback (most recent call last):
File "", line 59, in
NameError: name 'bigjob' is not defined

from bigjob.

marksantcroos avatar marksantcroos commented on September 6, 2024

I can work around this one by setting
"source $HOME/.bigjob/python/bin/activate"
in my .bashrc, but that’s probably not what we want.

On 25 Jan 2014, at 23:51 , Mark Santcroos [email protected] wrote:

After the fix I get the following error in the agent log:

Python version 2.7 loaded
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

[Errno 13] Permission denied: '/N/soft/python/2.7/lib/python2.7/site-packages/test-easy-install-19556.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

/N/soft/python/2.7/lib/python2.7/site-packages/

Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

http://peak.telecommunity.com/EasyInstall.html

Please make the appropriate changes for your system and try again.

Traceback (most recent call last):
File "", line 59, in
NameError: name 'bigjob' is not defined

from bigjob.

anjaniragothaman avatar anjaniragothaman commented on September 6, 2024

I'm seeing an issue:

[ethread@ip-10-9-147-80 ~]$ cat stderr-bj-7afcbd94-86c5-11e3-9c59-080027261dbf-agent.txt
Traceback (most recent call last):
File "/home/ethread/.bigjob/bigjob-bootstrap.py", line 2337, in
ret = subprocess.call(["virtualenv", "--version"])
File "/usr/lib64/python2.6/subprocess.py", line 478, in call
p = Popen(_popenargs, *_kwargs)
File "/usr/lib64/python2.6/subprocess.py", line 642, in init
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1234, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/ethread/.bigjob/bigjob-bootstrap.py", line 2337, in
ret = subprocess.call(["virtualenv", "--version"])
File "/usr/lib64/python2.6/subprocess.py", line 478, in call
p = Popen(_popenargs, *_kwargs)
File "/usr/lib64/python2.6/subprocess.py", line 642, in init
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1234, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "", line 45, in
IOError: [Errno 2] No such file or directory: '/home/ethread/.bigjob/python/bin/activate_this.py'

Do I need to reinstall BJ to avoid this issue? Currently I'm running version 0.53

from bigjob.

anjaniragothaman avatar anjaniragothaman commented on September 6, 2024

Hi Mark,

I got it resolved with AndreL's help yesterday. I was following it up on
the "[bigjob-devel] issue 169 installation failure" mail thread started by
you!

Thanks
Anjani

On 27 January 2014 16:55, Mark Santcroos [email protected] wrote:

Reopened #169 #169.


Reply to this email directly or view it on GitHubhttps://github.com//issues/169
.

Thanks and Regards,
Anjani Bhargavi.R
If u have the willpower to do things nothing will be against u.

from bigjob.

marksantcroos avatar marksantcroos commented on September 6, 2024

Hi,

I’m reopening because of the env variable.

Gr,

Mark

On 27 Jan 2014, at 17:04 , anjaniragothaman [email protected] wrote:

Hi Mark,

I got it resolved with AndreL's help yesterday. I was following it up on
the "[bigjob-devel] issue 169 installation failure" mail thread started by
you!

Thanks
Anjani

On 27 January 2014 16:55, Mark Santcroos [email protected] wrote:

Reopened #169 #169.


Reply to this email directly or view it on GitHubhttps://github.com//issues/169
.

Thanks and Regards,
Anjani Bhargavi.R
If u have the willpower to do things nothing will be against u.

Reply to this email directly or view it on GitHub.

from bigjob.

anjaniragothaman avatar anjaniragothaman commented on September 6, 2024

Oh OK.

Thanks
Anjani

On 27 January 2014 17:05, Mark Santcroos [email protected] wrote:

Hi,

I’m reopening because of the env variable.

Gr,

Mark

On 27 Jan 2014, at 17:04 , anjaniragothaman [email protected]
wrote:

Hi Mark,

I got it resolved with AndreL's help yesterday. I was following it up on
the "[bigjob-devel] issue 169 installation failure" mail thread started
by
you!

Thanks
Anjani

On 27 January 2014 16:55, Mark Santcroos [email protected]
wrote:

Reopened #169 #169.


Reply to this email directly or view it on GitHub<
https://github.com/saga-project/BigJob/issues/169>
.

Thanks and Regards,
Anjani Bhargavi.R
If u have the willpower to do things nothing will be against u.

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/169#issuecomment-33428668
.

Thanks and Regards,
Anjani Bhargavi.R
If u have the willpower to do things nothing will be against u.

from bigjob.

andre-merzky avatar andre-merzky commented on September 6, 2024

re Mark:

I can work around this one by setting
"source $HOME/.bigjob/python/bin/activate"
in my .bashrc, but that’s probably not what we want.

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...

from bigjob.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.