saga-project / BigJob

SAGA-based Pilot-Job Implementation for Compute and Data
http://saga-project.github.com/BigJob/
Other
19 stars 8 forks source link

error on `easy_install .` #157

Closed andre-merzky closed 10 years ago

andre-merzky commented 10 years ago

Whenever I do a local install with easy_install ., I see the following error:

 Finished processing dependencies for BigJob==0.50-3-gd7c41ab
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
    info('process shutting down')
TypeError: 'NoneType' object is not callable
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
    info('process shutting down')
TypeError: 'NoneType' object is not callable

The install seems to be successful anyways, not sure where the error comes from.

drelu commented 10 years ago

Which version of easy_install (setuptools) are you using?

andre-merzky commented 10 years ago
$ easy_install --version
distribute 0.6.24
drelu commented 10 years ago

Updated to new setuptools version