Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.42 KB | None | 0 0
  1. _mysql.c:524: warning: implicit declaration of function ‘PyMapping_GetItemString’
  2.  
  3. _mysql.c:524: warning: statement with no effect
  4.  
  5. _mysql.c:524: warning: implicit declaration of function ‘PyString_AsString’
  6.  
  7. _mysql.c:524: warning: assignment makes pointer from integer without a cast
  8.  
  9. _mysql.c:525: warning: statement with no effect
  10.  
  11. _mysql.c:525: warning: assignment makes pointer from integer without a cast
  12.  
  13. _mysql.c:526: warning: statement with no effect
  14.  
  15. _mysql.c:526: warning: assignment makes pointer from integer without a cast
  16.  
  17. _mysql.c:527: warning: statement with no effect
  18.  
  19. _mysql.c:527: warning: assignment makes pointer from integer without a cast
  20.  
  21. _mysql.c:528: warning: statement with no effect
  22.  
  23. _mysql.c:528: warning: assignment makes pointer from integer without a cast
  24.  
  25. _mysql.c:536: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
  26.  
  27. _mysql.c:536: warning: statement with no effect
  28.  
  29. _mysql.c:537: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  30.  
  31. _mysql.c:537: warning: passing argument 1 of ‘mysql_init’ from incompatible pointer type
  32.  
  33. /usr/include/mysql/mysql.h:432: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  34.  
  35. _mysql.c:540: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  36.  
  37. _mysql.c:541: warning: passing argument 1 of ‘mysql_options’ from incompatible pointer type
  38.  
  39. /usr/include/mysql/mysql.h:538: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  40.  
  41. _mysql.c:544: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  42.  
  43. _mysql.c:544: warning: passing argument 1 of ‘mysql_options’ from incompatible pointer type
  44.  
  45. /usr/include/mysql/mysql.h:538: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  46.  
  47. _mysql.c:548: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  48.  
  49. _mysql.c:548: warning: passing argument 1 of ‘mysql_options’ from incompatible pointer type
  50.  
  51. /usr/include/mysql/mysql.h:538: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  52.  
  53. _mysql.c:549: warning: comparison of distinct pointer types lacks a cast
  54.  
  55. _mysql.c:550: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  56.  
  57. _mysql.c:550: warning: passing argument 1 of ‘mysql_options’ from incompatible pointer type
  58.  
  59. /usr/include/mysql/mysql.h:538: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  60.  
  61. _mysql.c:551: warning: comparison of distinct pointer types lacks a cast
  62.  
  63. _mysql.c:552: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  64.  
  65. _mysql.c:552: warning: passing argument 1 of ‘mysql_options’ from incompatible pointer type
  66.  
  67. /usr/include/mysql/mysql.h:538: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  68.  
  69. _mysql.c:553: warning: comparison of distinct pointer types lacks a cast
  70.  
  71. _mysql.c:554: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  72.  
  73. _mysql.c:554: warning: passing argument 1 of ‘mysql_options’ from incompatible pointer type
  74.  
  75. /usr/include/mysql/mysql.h:538: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  76.  
  77. _mysql.c:557: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  78.  
  79. _mysql.c:557: warning: passing argument 1 of ‘mysql_options’ from incompatible pointer type
  80.  
  81. /usr/include/mysql/mysql.h:538: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  82.  
  83. _mysql.c:561: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  84.  
  85. _mysql.c:562: warning: passing argument 1 of ‘mysql_ssl_set’ from incompatible pointer type
  86.  
  87. /usr/include/mysql/mysql.h:433: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  88.  
  89. _mysql.c:565: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  90.  
  91. _mysql.c:566: warning: passing argument 1 of ‘mysql_real_connect’ from incompatible pointer type
  92.  
  93. /usr/include/mysql/mysql.h:439: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  94.  
  95. _mysql.c:568: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
  96.  
  97. _mysql.c:568: warning: statement with no effect
  98.  
  99. _mysql.c:577: warning: statement with no effect
  100.  
  101. _mysql.c:583: error: ‘_mysql_ConnectionObject’ has no member named ‘converter’
  102.  
  103. _mysql.c:583: warning: statement with no effect
  104.  
  105. _mysql.c:591: error: ‘_mysql_ConnectionObject’ has no member named ‘open’
  106.  
  107. _mysql.c:591: warning: statement with no effect
  108.  
  109. _mysql.c: At top level:
  110.  
  111. _mysql.c:649: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  112.  
  113. _mysql.c: In function ‘_mysql_ConnectionObject_clear’:
  114.  
  115. _mysql.c:681: error: ‘_mysql_ConnectionObject’ has no member named ‘converter’
  116.  
  117. _mysql.c:682: error: ‘_mysql_ConnectionObject’ has no member named ‘converter’
  118.  
  119. _mysql.c:682: error: ‘NULL’ undeclared (first use in this function)
  120.  
  121. _mysql.c:682: warning: statement with no effect
  122.  
  123. _mysql.c: At top level:
  124.  
  125. _mysql.c:689: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  126.  
  127. _mysql.c:717: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  128.  
  129. _mysql.c:733: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  130.  
  131. _mysql.c:751: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  132.  
  133. _mysql.c:770: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  134.  
  135. _mysql.c:796: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  136.  
  137. _mysql.c:818: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  138.  
  139. _mysql.c:850: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  140.  
  141. _mysql.c:876: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  142.  
  143. _mysql.c:903: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  144.  
  145. _mysql.c:918: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  146.  
  147. _mysql.c:935: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  148.  
  149. _mysql.c:951: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  150.  
  151. _mysql.c:969: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  152.  
  153. _mysql.c:1004: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  154.  
  155. _mysql.c:1035: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  156.  
  157. _mysql.c:1037: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  158.  
  159. _mysql.c:1067: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  160.  
  161. _mysql.c:1097: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  162.  
  163. _mysql.c:1131: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  164.  
  165. _mysql.c:1163: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  166.  
  167. _mysql.c:1199: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  168.  
  169. _mysql.c:1223: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  170.  
  171. _mysql.c:1248: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  172.  
  173. _mysql.c:1273: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  174.  
  175. _mysql.c:1312: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  176.  
  177. _mysql.c:1351: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  178.  
  179. _mysql.c:1356: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  180.  
  181. _mysql.c:1359: error: expected declaration specifiers or ‘...’ before ‘_PYFUNC’
  182.  
  183. _mysql.c: In function ‘_mysql__fetch_row’:
  184.  
  185. _mysql.c:1365: error: ‘PyObject’ undeclared (first use in this function)
  186.  
  187. _mysql.c:1365: error: ‘v’ undeclared (first use in this function)
  188.  
  189. _mysql.c:1365: error: invalid operands to binary * (have ‘char **’ and ‘char **’)
  190.  
  191. _mysql.c:1365: warning: statement with no effect
  192.  
  193. _mysql.c:1366: error: ‘_mysql_ResultObject’ has no member named ‘use’
  194.  
  195. _mysql.c:1367: error: ‘_mysql_ResultObject’ has no member named ‘result’
  196.  
  197. _mysql.c:1367: warning: passing argument 1 of ‘mysql_fetch_row’ from incompatible pointer type
  198.  
  199. /usr/include/mysql/mysql.h:547: note: expected ‘struct MYSQL_RES *’ but argument is of type ‘char **’
  200.  
  201. _mysql.c:1369: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
  202.  
  203. _mysql.c:1369: warning: statement with no effect
  204.  
  205. _mysql.c:1370: error: ‘_mysql_ResultObject’ has no member named ‘result’
  206.  
  207. _mysql.c:1370: warning: passing argument 1 of ‘mysql_fetch_row’ from incompatible pointer type
  208.  
  209. /usr/include/mysql/mysql.h:547: note: expected ‘struct MYSQL_RES *’ but argument is of type ‘char **’
  210.  
  211. _mysql.c:1371: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
  212.  
  213. _mysql.c:1371: warning: statement with no effect
  214.  
  215. _mysql.c:1373: error: ‘_mysql_ResultObject’ has no member named ‘conn’
  216.  
  217. _mysql.c:1373: error: ‘_mysql_ConnectionObject’ has no member named ‘connection’
  218.  
  219. _mysql.c:1373: warning: passing argument 1 of ‘mysql_errno’ from incompatible pointer type
  220.  
  221. /usr/include/mysql/mysql.h:423: note: expected ‘struct MYSQL *’ but argument is of type ‘char * (*)[1]’
  222.  
  223. _mysql.c:1374: error: ‘_mysql_ResultObject’ has no member named ‘conn’
  224.  
  225. _mysql.c:1378: warning: implicit declaration of function ‘_PyTuple_Resize’
  226.  
  227. _mysql.c:1378: error: ‘r’ undeclared (first use in this function)
  228.  
  229. _mysql.c:1381: warning: implicit declaration of function ‘convert_row’
  230.  
  231. _mysql.c:1381: warning: statement with no effect
  232.  
  233. _mysql.c: At top level:
  234.  
  235. _mysql.c:1399: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  236.  
  237. _mysql.c:1478: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  238.  
  239. _mysql.c:1506: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  240.  
  241. _mysql.c:1528: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  242.  
  243. _mysql.c:1568: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  244.  
  245. _mysql.c:1597: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  246.  
  247. _mysql.c:1612: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  248.  
  249. _mysql.c:1627: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  250.  
  251. _mysql.c:1642: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  252.  
  253. _mysql.c:1658: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  254.  
  255. _mysql.c:1693: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  256.  
  257. _mysql.c:1711: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  258.  
  259. _mysql.c:1734: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  260.  
  261. _mysql.c:1751: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  262.  
  263. _mysql.c:1767: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  264.  
  265. _mysql.c:1796: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  266.  
  267. _mysql.c:1819: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  268.  
  269. _mysql.c:1849: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  270.  
  271. _mysql.c:1871: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  272.  
  273. _mysql.c:1898: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  274.  
  275. _mysql.c:1919: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  276.  
  277. _mysql.c:1960: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  278.  
  279. _mysql.c:1980: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  280.  
  281. _mysql.c: In function ‘_mysql_ConnectionObject_dealloc’:
  282.  
  283. _mysql.c:2014: error: ‘PyObject’ undeclared (first use in this function)
  284.  
  285. _mysql.c:2014: error: ‘o’ undeclared (first use in this function)
  286.  
  287. _mysql.c:2014: error: invalid operands to binary * (have ‘char **’ and ‘char **’)
  288.  
  289. _mysql.c:2014: warning: statement with no effect
  290.  
  291. _mysql.c:2017: error: ‘_mysql_ConnectionObject’ has no member named ‘open’
  292.  
  293. _mysql.c:2018: warning: implicit declaration of function ‘_mysql_ConnectionObject_close’
  294.  
  295. _mysql.c:2018: error: ‘NULL’ undeclared (first use in this function)
  296.  
  297. _mysql.c:2018: warning: statement with no effect
  298.  
  299. _mysql.c:2021: warning: implicit declaration of function ‘PyMem_Free’
  300.  
  301. _mysql.c: At top level:
  302.  
  303. _mysql.c:2024: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  304.  
  305. _mysql.c:2041: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  306.  
  307. _mysql.c:2056: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  308.  
  309. _mysql.c:2078: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  310.  
  311. _mysql.c: In function ‘_mysql_ResultObject_dealloc’:
  312.  
  313. _mysql.c:2100: error: ‘_mysql_ResultObject’ has no member named ‘result’
  314.  
  315. _mysql.c:2100: warning: passing argument 1 of ‘mysql_free_result’ from incompatible pointer type
  316.  
  317. /usr/include/mysql/mysql.h:540: note: expected ‘struct MYSQL_RES *’ but argument is of type ‘char **’
  318.  
  319. _mysql.c: At top level:
  320.  
  321. _mysql.c:2105: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  322.  
  323. _mysql.c:2115: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ConnectionObject_methods’
  324.  
  325. _mysql.c:2330: error: array type has incomplete element type
  326.  
  327. _mysql.c:2331: error: ‘T_INT’ undeclared here (not in a function)
  328.  
  329. _mysql.c:2331: warning: implicit declaration of function ‘offsetof’
  330.  
  331. _mysql.c:2331: error: expected expression before ‘_mysql_ConnectionObject’
  332.  
  333. _mysql.c:2331: error: ‘RO’ undeclared here (not in a function)
  334.  
  335. _mysql.c:2338: error: ‘T_OBJECT’ undeclared here (not in a function)
  336.  
  337. _mysql.c:2338: error: expected expression before ‘_mysql_ConnectionObject’
  338.  
  339. _mysql.c:2345: error: ‘T_UINT’ undeclared here (not in a function)
  340.  
  341. _mysql.c:2345: error: expected expression before ‘_mysql_ConnectionObject’
  342.  
  343. _mysql.c:2352: error: expected expression before ‘_mysql_ConnectionObject’
  344.  
  345. _mysql.c:2359: error: expected expression before ‘_mysql_ConnectionObject’
  346.  
  347. _mysql.c:2366: error: ‘NULL’ undeclared here (not in a function)
  348.  
  349. _mysql.c:2369: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ResultObject_methods’
  350.  
  351. _mysql.c:2421: error: array type has incomplete element type
  352.  
  353. _mysql.c:2422: error: expected expression before ‘_mysql_ResultObject’
  354.  
  355. _mysql.c:2432: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  356.  
  357. _mysql.c:2460: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  358.  
  359. _mysql.c:2490: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  360.  
  361. _mysql.c: In function ‘_mysql_ConnectionObject_setattr’:
  362.  
  363. _mysql.c:2492: error: ‘v’ undeclared (first use in this function)
  364.  
  365. _mysql.c:2493: warning: implicit declaration of function ‘PyErr_SetString’
  366.  
  367. _mysql.c:2493: error: ‘PyExc_AttributeError’ undeclared (first use in this function)
  368.  
  369. _mysql.c:2498: warning: implicit declaration of function ‘PyMember_Set’
  370.  
  371. _mysql.c: At top level:
  372.  
  373. _mysql.c:2515: error: expected declaration specifiers or ‘...’ before ‘PyObject’
  374.  
  375. _mysql.c: In function ‘_mysql_ResultObject_setattr’:
  376.  
  377. _mysql.c:2517: error: ‘v’ undeclared (first use in this function)
  378.  
  379. _mysql.c:2518: error: ‘PyExc_AttributeError’ undeclared (first use in this function)
  380.  
  381. _mysql.c: At top level:
  382.  
  383. _mysql.c:2536: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ConnectionObject_Type’
  384.  
  385. _mysql.c:2620: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ResultObject_Type’
  386.  
  387. _mysql.c:2706: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_methods’
  388.  
  389. _mysql.c:2778: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  390.  
  391. _mysql.c:2810: warning: return type defaults to ‘int’
  392.  
  393. _mysql.c: In function ‘DL_EXPORT’:
  394.  
  395. _mysql.c:2810: error: expected declaration specifiers before ‘init_mysql’
  396.  
  397. _mysql.c:2888: error: expected ‘{’ at end of input
  398.  
  399. error: command 'gcc' failed with exit status 1
  400.  
  401. ----------------------------------------
  402. Command /home/brian/django_env/bin/python -c "import setuptools;__file__='/home/brian/django_env/build/MySQL-python/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-2PdIqj-record/install-record.txt --install-headers /home/brian/django_env/include/site/python2.6 failed with error code 1
  403. Storing complete log in /home/brian/.pip/pip.log
  404. (django_env)brian@ubuntu-dev:~/Desktop/ea_pipeline$ python manage.py runserver
  405. Error: No module named gunicorn
  406. (django_env)brian@ubuntu-dev:~/Desktop/ea_pipeline$
Add Comment
Please, Sign In to add comment