Guest User

Untitled

a guest
Jan 11th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. Installing collected packages: django-celery, kombu, celery, anyjson, billiard
  2. Found existing installation: django-celery 2.2.7
  3. Uninstalling django-celery:
  4. Successfully uninstalled django-celery
  5. Running setup.py install for django-celery
  6. changing mode of build/scripts-2.6/djcelerymon from 644 to 755
  7. no previously-included directories found matching 'bin/*.pyc'
  8. no previously-included directories found matching 'tests/*.pyc'
  9. no previously-included directories found matching 'docs/*.pyc'
  10. no previously-included directories found matching 'extra/*.pyc'
  11. no previously-included directories found matching 'djcelery/*.pyc'
  12. no previously-included directories found matching 'docs/.build'
  13. no previously-included directories found matching 'examples/*.pyc'
  14. changing mode of /usr/bin/djcelerymon to 755
  15. Installing djcelerymon script to /usr/bin
  16. Found existing installation: kombu 1.5.1
  17. Uninstalling kombu:
  18. Successfully uninstalled kombu
  19. Running setup.py install for kombu
  20. Found existing installation: celery 2.4.5
  21. Uninstalling celery:
  22. Successfully uninstalled celery
  23. Running setup.py install for celery
  24. Upgrade: no old version found.
  25. no previously-included directories found matching '*.pyc'
  26. Installing celeryctl script to /usr/bin
  27. Installing celeryd script to /usr/bin
  28. Installing camqadm script to /usr/bin
  29. Installing celeryev script to /usr/bin
  30. Installing celery script to /usr/bin
  31. Installing celeryd-multi script to /usr/bin
  32. Installing celerybeat script to /usr/bin
  33. Found existing installation: anyjson 0.3.1
  34. Uninstalling anyjson:
  35. Successfully uninstalled anyjson
  36. Running setup.py install for anyjson
  37. Running setup.py install for billiard
  38. building '_billiard' extension
  39. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.6 -c Modules/_billiard/multiprocessing.c -o build/temp.linux-x86_64-2.6/Modules/_billiard/multiprocessing.o
  40. unable to execute gcc: No such file or directory
  41.  
  42.  
  43. -----------------------------------------------------------------------
  44. WARNING: The C extensions could not be compiled
  45. -----------------------------------------------------------------------
  46.  
  47. Maybe you do not have a C compiler installed on this system?
  48. The reason was:
  49. File "<string>", line 1, in <module>
  50.  
  51. File "/root/build/billiard/setup.py", line 226, in <module>
  52. sys.stderr.write(BUILD_WARNING % '\n'.join(traceback.format_stack(), ))
  53.  
  54.  
  55. This is just a warning as most of the functionality will work even
  56. without the updated C extension. It will simply fallback to the
  57. built-in _multiprocessing module. Most notably you will not be able to use
  58. FORCE_EXECV on POSIX systems. If this is a problem for you then please
  59. install a C compiler or fix the error(s) above.
  60. -----------------------------------------------------------------------
  61.  
  62. warning: no files found matching '*.py' under directory 'Lib'
  63. Successfully installed django-celery kombu celery anyjson billiard
  64. Cleaning up...
Add Comment
Please, Sign In to add comment