Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. sudo pip3 install pygresql
  2.  
  3. Collecting PyGreSQL
  4. Using cached https://files.pythonhosted.org/packages/4a/65/03b1cd9b6daaa4e32ee72dd5fb1a01fbb7cd0dfe5439e34af6caa6ec60dc/PyGreSQL-5.0.6.tar.gz
  5. Building wheels for collected packages: PyGreSQL
  6. Running setup.py bdist_wheel for PyGreSQL
  7. Complete output from command /usr/local/bin/python3.5 -c "import setuptools;__file__='/tmp/pip-build-scnuzepv/PyGreSQL/setup.py';exec(compile(open(__file__).read().replace('rn', 'n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp0zf45j54pip-wheel-:
  8. running bdist_wheel
  9. running build
  10. running build_py
  11. creating build
  12. creating build/lib.linux-x86_64-3.5
  13. copying pg.py -> build/lib.linux-x86_64-3.5
  14. copying pgdb.py -> build/lib.linux-x86_64-3.5
  15. running build_ext
  16. building '_pg' extension
  17. creating build/temp.linux-x86_64-3.5
  18. gcc -pthread -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYGRESQL_VERSION=5.0.6 -DDIRECT_ACCESS -DLARGE_OBJECTS -DDEFAULT_VARS -DESCAPING_FUNCS -I/usr/local/include/python3.5m -I/usr/include -I/usr/local/include/python3.5m -c pgmodule.c -o build/temp.linux-x86_64-3.5/pgmodule.o -O2 -funsigned-char -Wall -Werror
  19. cc1: warnings being treated as errors
  20. pgmodule.c: In function ‘get_type’:
  21. pgmodule.c:261: error: will never be executed
  22. pgmodule.c: In function ‘connGetCastHook’:
  23. pgmodule.c:3261: error: will never be executed
  24. pgmodule.c: In function ‘connGetNoticeReceiver’:
  25. pgmodule.c:3307: error: will never be executed
  26. pgmodule.c: In function ‘pgGetJsondecode’:
  27. pgmodule.c:5428: error: will never be executed
  28. pgmodule.c: In function ‘connInsertTable’:
  29. pgmodule.c:2618: error: will never be executed
  30. pgmodule.c:2593: error: will never be executed
  31. pgmodule.c: In function ‘connQuery’:
  32. pgmodule.c:2242: error: will never be executed
  33. pgmodule.c: In function ‘get_col_types’:
  34. pgmodule.c:371: error: will never be executed
  35. pgmodule.c: In function ‘cast_sized_simple’:
  36. pgmodule.c:497: error: will never be executed
  37. pgmodule.c:476: error: will never be executed
  38. pgmodule.c:484: error: will never be executed
  39. pgmodule.c: In function ‘cast_unsized_simple’:
  40. pgmodule.c:576: error: will never be executed
  41. pgmodule.c: In function ‘cast_array’:
  42. pgmodule.c:649: error: will never be executed
  43. pgmodule.c:3525: error: will never be executed
  44. pgmodule.c:3492: error: will never be executed
  45. pgmodule.c: In function ‘sourcePutData’:
  46. pgmodule.c:4007: error: will never be executed
  47. error: command 'gcc' failed with exit status 1
  48.  
  49. ----------------------------------------
  50. Failed building wheel for PyGreSQL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement