Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Installed /opt/weee/venv/lib/python2.7/site-packages/MarkupSafe-0.23-py2.7-linux-x86_64.egg
  2. Searching for setuptools==11.0
  3. Best match: setuptools 11.0
  4. Adding setuptools 11.0 to easy-install.pth file
  5. Installing easy_install-3.4 script to /opt/weee/venv/bin
  6. Installing easy_install script to /opt/weee/venv/bin
  7.  
  8. Using /opt/weee/venv/lib/python2.7/site-packages
  9. Finished processing dependencies for WISMS==0.1.dev0
  10. Error in atexit._run_exitfuncs:
  11. Traceback (most recent call last):
  12. File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
  13. func(*targs, **kargs)
  14. File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
  15. info('process shutting down')
  16. TypeError: 'NoneType' object is not callable
  17. Error in sys.exitfunc:
  18. Traceback (most recent call last):
  19. File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
  20. func(*targs, **kargs)
  21. File "/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
  22. info('process shutting down')
  23. TypeError: 'NoneType' object is not callable
  24. (venv)root@redmine weee/WISMS# pip install psycopg2
  25. You are using pip version 6.0.6, however version 6.1.1 is available.
  26. You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement