Advertisement
lexquarkie

wheel_trouble

Aug 16th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.67 KB | None | 0 0
  1. (gyms) qrk@qrk-GA-970A-UD3 ~/Documents/py/Django/gyms $ pip install -r requirements.txt
  2.  
  3. /home/qrk/.virtualenvs/gyms/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  4. SNIMissingWarning
  5. /home/qrk/.virtualenvs/gyms/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  6. InsecurePlatformWarning
  7. Requirement already up-to-date: Django<1.9,>=1.8.4 in /home/qrk/.virtualenvs/gyms/lib/python2.7/site-packages (from -r requirements.txt (line 1))
  8. Collecting psycopg2==2.6.1 (from -r requirements.txt (line 2))
  9. Using cached psycopg2-2.6.1.tar.gz
  10. Collecting pillow==2.9.0 (from -r requirements.txt (line 3))
  11. Using cached Pillow-2.9.0.zip
  12. Collecting jsonfield==1.0.3 (from -r requirements.txt (line 4))
  13. Collecting pytils==0.3 (from -r requirements.txt (line 5))
  14. Collecting sorl-thumbnail==12.3 (from -r requirements.txt (line 6))
  15. Using cached sorl_thumbnail-12.3-py2.py3-none-any.whl
  16. Collecting tqdm==3.8.0 (from -r requirements.txt (line 7))
  17. Using cached tqdm-3.8.0-py2.py3-none-any.whl
  18. Collecting lxml==3.5.0 (from -r requirements.txt (line 8))
  19. Using cached lxml-3.5.0.tar.gz
  20. Collecting djangorestframework==3.2.3 (from -r requirements.txt (line 9))
  21. Using cached djangorestframework-3.2.3-py2.py3-none-any.whl
  22. Collecting python-social-auth==0.2.12 (from -r requirements.txt (line 10))
  23. Using cached python_social_auth-0.2.12-py2-none-any.whl
  24. Collecting django-filter==0.11.0 (from -r requirements.txt (line 11))
  25. Using cached django_filter-0.11.0-py2.py3-none-any.whl
  26. Collecting python-dateutil==2.4.2 (from -r requirements.txt (line 12))
  27. Using cached python_dateutil-2.4.2-py2.py3-none-any.whl
  28. Collecting django-autoslug==1.9.3 (from -r requirements.txt (line 13))
  29. Using cached django_autoslug-1.9.3-py2.py3-none-any.whl
  30. Collecting django-guardian==1.3 (from -r requirements.txt (line 14))
  31. Collecting django-cachalot==1.0.3 (from -r requirements.txt (line 15))
  32. Collecting django-redis==4.2.0 (from -r requirements.txt (line 16))
  33. Collecting django-froala-editor==2.0.0rc3 (from -r requirements.txt (line 17))
  34. Collecting django-widget-tweaks==1.4.1 (from -r requirements.txt (line 18))
  35. Using cached django_widget_tweaks-1.4.1-py2.py3-none-any.whl
  36. Collecting pymorphy2==0.8 (from -r requirements.txt (line 19))
  37. Using cached pymorphy2-0.8-py2.py3-none-any.whl
  38. Collecting pytz==2015.7 (from -r requirements.txt (line 20))
  39. Using cached pytz-2015.7-py2.py3-none-any.whl
  40. Collecting pydkim==0.3 (from -r requirements.txt (line 21))
  41. Collecting pyquery (from -r requirements.txt (line 22))
  42. Using cached pyquery-1.2.13-py2-none-any.whl
  43. Collecting python-docx==0.8.5 (from -r requirements.txt (line 23))
  44. Collecting python-slugify==1.1.4 (from -r requirements.txt (line 24))
  45. Collecting chardet==2.3.0 (from -r requirements.txt (line 25))
  46. Collecting dnspython==1.12.0 (from -r requirements.txt (line 26))
  47. Collecting geopy (from -r requirements.txt (line 27))
  48. Using cached geopy-1.11.0-py2.py3-none-any.whl
  49. Collecting overpass==0.4.0 (from -r requirements.txt (line 28))
  50. Collecting django-cors-headers==1.1.0 (from -r requirements.txt (line 31))
  51. Collecting raven==5.6.0 (from -r requirements.txt (line 32))
  52. Collecting ipython==4.0.0 (from -r requirements.txt (line 35))
  53. Using cached ipython-4.0.0-py2-none-any.whl
  54. Collecting pudb==2015.3 (from -r requirements.txt (line 36))
  55. Collecting factory_boy==2.5.2 (from -r requirements.txt (line 37))
  56. Using cached factory_boy-2.5.2-py2.py3-none-any.whl
  57. Collecting beautifulsoup4==4.4.1 (from -r requirements.txt (line 38))
  58. Using cached beautifulsoup4-4.4.1-py2-none-any.whl
  59. Collecting django-jenkins (from -r requirements.txt (line 41))
  60. Using cached django_jenkins-0.19.0-py2.py3-none-any.whl
  61. Collecting coverage (from -r requirements.txt (line 42))
  62. Collecting pylint (from -r requirements.txt (line 43))
  63. Using cached pylint-1.6.4-py2.py3-none-any.whl
  64. Collecting pep8 (from -r requirements.txt (line 44))
  65. Using cached pep8-1.7.0-py2.py3-none-any.whl
  66. Collecting pyflakes (from -r requirements.txt (line 45))
  67. Using cached pyflakes-1.2.3-py2.py3-none-any.whl
  68. Collecting fabric (from -r requirements.txt (line 48))
  69. Using cached Fabric-1.12.0-py2-none-any.whl
  70. Collecting openpyxl (from -r requirements.txt (line 51))
  71. Collecting django-debug-toolbar (from -r requirements.txt (line 54))
  72. Using cached django_debug_toolbar-1.5-py2.py3-none-any.whl
  73. Collecting tox (from -r requirements.txt (line 55))
  74. Using cached tox-2.3.1-py2.py3-none-any.whl
  75. Collecting six>=1.2.0 (from python-social-auth==0.2.12->-r requirements.txt (line 10))
  76. Using cached six-1.10.0-py2.py3-none-any.whl
  77. Collecting requests>=2.5.1 (from python-social-auth==0.2.12->-r requirements.txt (line 10))
  78. Using cached requests-2.11.0-py2.py3-none-any.whl
  79. Collecting requests-oauthlib>=0.3.1 (from python-social-auth==0.2.12->-r requirements.txt (line 10))
  80. Using cached requests_oauthlib-0.6.2-py2.py3-none-any.whl
  81. Collecting oauthlib>=0.3.8 (from python-social-auth==0.2.12->-r requirements.txt (line 10))
  82. Collecting PyJWT>=1.0.0 (from python-social-auth==0.2.12->-r requirements.txt (line 10))
  83. Using cached PyJWT-1.4.2-py2.py3-none-any.whl
  84. Collecting python-openid>=2.2 (from python-social-auth==0.2.12->-r requirements.txt (line 10))
  85. Collecting redis>=2.10.0 (from django-redis==4.2.0->-r requirements.txt (line 16))
  86. Using cached redis-2.10.5-py2.py3-none-any.whl
  87. Collecting msgpack-python>=0.4.6 (from django-redis==4.2.0->-r requirements.txt (line 16))
  88. Collecting docopt>=0.6 (from pymorphy2==0.8->-r requirements.txt (line 19))
  89. Collecting pymorphy2-dicts<3.0,>=2.4 (from pymorphy2==0.8->-r requirements.txt (line 19))
  90. Using cached pymorphy2_dicts-2.4.393442.3710985-py2.py3-none-any.whl
  91. Collecting dawg-python>=0.7 (from pymorphy2==0.8->-r requirements.txt (line 19))
  92. Using cached DAWG_Python-0.7.2-py2.py3-none-any.whl
  93. Collecting cssselect>0.7.9 (from pyquery->-r requirements.txt (line 22))
  94. Using cached cssselect-0.9.2-py2.py3-none-any.whl
  95. Collecting Unidecode>=0.04.16 (from python-slugify==1.1.4->-r requirements.txt (line 24))
  96. Collecting geojson>=1.0.9 (from overpass==0.4.0->-r requirements.txt (line 28))
  97. Using cached geojson-1.3.3-py2.py3-none-any.whl
  98. Collecting click (from overpass==0.4.0->-r requirements.txt (line 28))
  99. Collecting pickleshare (from ipython==4.0.0->-r requirements.txt (line 35))
  100. Using cached pickleshare-0.7.4-py2.py3-none-any.whl
  101. Collecting simplegeneric>0.8 (from ipython==4.0.0->-r requirements.txt (line 35))
  102. Collecting pexpect; sys_platform != "win32" (from ipython==4.0.0->-r requirements.txt (line 35))
  103. Using cached pexpect-4.2.0-py2.py3-none-any.whl
  104. Collecting decorator (from ipython==4.0.0->-r requirements.txt (line 35))
  105. Using cached decorator-4.0.10-py2.py3-none-any.whl
  106. Collecting traitlets (from ipython==4.0.0->-r requirements.txt (line 35))
  107. Using cached traitlets-4.2.2-py2.py3-none-any.whl
  108. Collecting pygments>=1.0 (from pudb==2015.3->-r requirements.txt (line 36))
  109. Using cached Pygments-2.1.3-py2.py3-none-any.whl
  110. Collecting urwid>=1.1.1 (from pudb==2015.3->-r requirements.txt (line 36))
  111. Collecting astroid<1.5.0,>=1.4.5 (from pylint->-r requirements.txt (line 43))
  112. Using cached astroid-1.4.8-py2.py3-none-any.whl
  113. Collecting configparser; python_version == "2.7" (from pylint->-r requirements.txt (line 43))
  114. Collecting backports.functools-lru-cache; python_version == "2.7" (from pylint->-r requirements.txt (line 43))
  115. Using cached backports.functools_lru_cache-1.2.1-py2.py3-none-any.whl
  116. Collecting mccabe (from pylint->-r requirements.txt (line 43))
  117. Using cached mccabe-0.5.2-py2.py3-none-any.whl
  118. Collecting isort>=4.2.5 (from pylint->-r requirements.txt (line 43))
  119. Using cached isort-4.2.5-py2.py3-none-any.whl
  120. Collecting paramiko<2.0,>=1.10 (from fabric->-r requirements.txt (line 48))
  121. Using cached paramiko-1.17.2-py2.py3-none-any.whl
  122. Collecting et-xmlfile (from openpyxl->-r requirements.txt (line 51))
  123. Collecting jdcal (from openpyxl->-r requirements.txt (line 51))
  124. Collecting sqlparse>=0.2.0 (from django-debug-toolbar->-r requirements.txt (line 54))
  125. Collecting py>=1.4.17 (from tox->-r requirements.txt (line 55))
  126. Using cached py-1.4.31-py2.py3-none-any.whl
  127. Collecting virtualenv>=1.11.2 (from tox->-r requirements.txt (line 55))
  128. Using cached virtualenv-15.0.3-py2.py3-none-any.whl
  129. Collecting pluggy<0.4.0,>=0.3.0 (from tox->-r requirements.txt (line 55))
  130. Using cached pluggy-0.3.1-py2.py3-none-any.whl
  131. Requirement already up-to-date: setuptools in /home/qrk/.virtualenvs/gyms/lib/python2.7/site-packages (from geojson>=1.0.9->overpass==0.4.0->-r requirements.txt (line 28))
  132. Collecting pathlib2; python_version in "2.6 2.7 3.2 3.3" (from pickleshare->ipython==4.0.0->-r requirements.txt (line 35))
  133. Using cached pathlib2-2.1.0-py2.py3-none-any.whl
  134. Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython==4.0.0->-r requirements.txt (line 35))
  135. Using cached ptyprocess-0.5.1-py2.py3-none-any.whl
  136. Collecting ipython-genutils (from traitlets->ipython==4.0.0->-r requirements.txt (line 35))
  137. Using cached ipython_genutils-0.1.0-py2.py3-none-any.whl
  138. Collecting lazy-object-proxy (from astroid<1.5.0,>=1.4.5->pylint->-r requirements.txt (line 43))
  139. Using cached lazy_object_proxy-1.2.2-cp27-cp27mu-manylinux1_x86_64.whl
  140. Collecting wrapt (from astroid<1.5.0,>=1.4.5->pylint->-r requirements.txt (line 43))
  141. Collecting ecdsa<2.0,>=0.11 (from paramiko<2.0,>=1.10->fabric->-r requirements.txt (line 48))
  142. Using cached ecdsa-0.13-py2.py3-none-any.whl
  143. Collecting pycrypto!=2.4,<3.0,>=2.1 (from paramiko<2.0,>=1.10->fabric->-r requirements.txt (line 48))
  144. Using cached pycrypto-2.6.1.tar.gz
  145. Building wheels for collected packages: psycopg2, pillow, lxml, pycrypto
  146. Running setup.py bdist_wheel for psycopg2 ... error
  147. Complete output from command /home/qrk/.virtualenvs/gyms/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-aiIIZM/psycopg2/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp7oG8nfpip-wheel- --python-tag cp27:
  148. running bdist_wheel
  149. running build
  150. running build_py
  151. creating build
  152. creating build/lib.linux-x86_64-2.7
  153. creating build/lib.linux-x86_64-2.7/psycopg2
  154. copying lib/extras.py -> build/lib.linux-x86_64-2.7/psycopg2
  155. copying lib/__init__.py -> build/lib.linux-x86_64-2.7/psycopg2
  156. copying lib/_json.py -> build/lib.linux-x86_64-2.7/psycopg2
  157. copying lib/extensions.py -> build/lib.linux-x86_64-2.7/psycopg2
  158. copying lib/_range.py -> build/lib.linux-x86_64-2.7/psycopg2
  159. copying lib/pool.py -> build/lib.linux-x86_64-2.7/psycopg2
  160. copying lib/tz.py -> build/lib.linux-x86_64-2.7/psycopg2
  161. copying lib/psycopg1.py -> build/lib.linux-x86_64-2.7/psycopg2
  162. copying lib/errorcodes.py -> build/lib.linux-x86_64-2.7/psycopg2
  163. creating build/lib.linux-x86_64-2.7/psycopg2/tests
  164. copying tests/test_bugX000.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  165. copying tests/test_module.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  166. copying tests/test_psycopg2_dbapi20.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  167. copying tests/test_with.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  168. copying tests/test_extras_dictcursor.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  169. copying tests/__init__.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  170. copying tests/test_transaction.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  171. copying tests/test_notify.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  172. copying tests/test_types_basic.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  173. copying tests/test_dates.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  174. copying tests/test_bug_gc.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  175. copying tests/test_async.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  176. copying tests/test_connection.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  177. copying tests/test_cursor.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  178. copying tests/test_green.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  179. copying tests/dbapi20.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  180. copying tests/test_copy.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  181. copying tests/test_lobject.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  182. copying tests/dbapi20_tpc.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  183. copying tests/test_quote.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  184. copying tests/test_cancel.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  185. copying tests/test_types_extras.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  186. copying tests/testconfig.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  187. copying tests/testutils.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  188. running build_ext
  189. building 'psycopg2._psycopg' extension
  190. creating build/temp.linux-x86_64-2.7
  191. creating build/temp.linux-x86_64-2.7/psycopg
  192. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" -DPG_VERSION_HEX=0x09030D -DHAVE_LO64=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-2.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement
  193. In file included from psycopg/psycopgmodule.c:27:0:
  194. ./psycopg/psycopg.h:30:20: fatal error: Python.h: No such file or directory
  195. #include <Python.h>
  196. ^
  197. compilation terminated.
  198. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  199.  
  200. ----------------------------------------
  201. Failed building wheel for psycopg2
  202. Running setup.py clean for psycopg2
  203. Running setup.py bdist_wheel for pillow ... error
  204. Complete output from command /home/qrk/.virtualenvs/gyms/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-aiIIZM/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp9d2ABKpip-wheel- --python-tag cp27:
  205. running bdist_wheel
  206. running build
  207. running build_py
  208. creating build
  209. creating build/lib.linux-x86_64-2.7
  210. creating build/lib.linux-x86_64-2.7/PIL
  211. copying PIL/PyAccess.py -> build/lib.linux-x86_64-2.7/PIL
  212. copying PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  213. copying PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  214. copying PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  215. copying PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  216. copying PIL/ImageGrab.py -> build/lib.linux-x86_64-2.7/PIL
  217. copying PIL/features.py -> build/lib.linux-x86_64-2.7/PIL
  218. copying PIL/ImageChops.py -> build/lib.linux-x86_64-2.7/PIL
  219. copying PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  220. copying PIL/ImageFile.py -> build/lib.linux-x86_64-2.7/PIL
  221. copying PIL/__init__.py -> build/lib.linux-x86_64-2.7/PIL
  222. copying PIL/CurImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  223. copying PIL/FontFile.py -> build/lib.linux-x86_64-2.7/PIL
  224. copying PIL/TarIO.py -> build/lib.linux-x86_64-2.7/PIL
  225. copying PIL/_binary.py -> build/lib.linux-x86_64-2.7/PIL
  226. copying PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  227. copying PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  228. copying PIL/ImagePalette.py -> build/lib.linux-x86_64-2.7/PIL
  229. copying PIL/ImageStat.py -> build/lib.linux-x86_64-2.7/PIL
  230. copying PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  231. copying PIL/ImageQt.py -> build/lib.linux-x86_64-2.7/PIL
  232. copying PIL/GdImageFile.py -> build/lib.linux-x86_64-2.7/PIL
  233. copying PIL/ImageFont.py -> build/lib.linux-x86_64-2.7/PIL
  234. copying PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  235. copying PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  236. copying PIL/ImagePath.py -> build/lib.linux-x86_64-2.7/PIL
  237. copying PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  238. copying PIL/ImageOps.py -> build/lib.linux-x86_64-2.7/PIL
  239. copying PIL/MpoImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  240. copying PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  241. copying PIL/WebPImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  242. copying PIL/_util.py -> build/lib.linux-x86_64-2.7/PIL
  243. copying PIL/FliImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  244. copying PIL/ImageEnhance.py -> build/lib.linux-x86_64-2.7/PIL
  245. copying PIL/ImageMath.py -> build/lib.linux-x86_64-2.7/PIL
  246. copying PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  247. copying PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  248. copying PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-2.7/PIL
  249. copying PIL/Image.py -> build/lib.linux-x86_64-2.7/PIL
  250. copying PIL/ImageColor.py -> build/lib.linux-x86_64-2.7/PIL
  251. copying PIL/MicImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  252. copying PIL/ImageWin.py -> build/lib.linux-x86_64-2.7/PIL
  253. copying PIL/BdfFontFile.py -> build/lib.linux-x86_64-2.7/PIL
  254. copying PIL/SunImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  255. copying PIL/PSDraw.py -> build/lib.linux-x86_64-2.7/PIL
  256. copying PIL/ImImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  257. copying PIL/ImageMorph.py -> build/lib.linux-x86_64-2.7/PIL
  258. copying PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  259. copying PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  260. copying PIL/Jpeg2KImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  261. copying PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  262. copying PIL/ImageMode.py -> build/lib.linux-x86_64-2.7/PIL
  263. copying PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  264. copying PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  265. copying PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  266. copying PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  267. copying PIL/TiffTags.py -> build/lib.linux-x86_64-2.7/PIL
  268. copying PIL/ImageFileIO.py -> build/lib.linux-x86_64-2.7/PIL
  269. copying PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  270. copying PIL/GimpGradientFile.py -> build/lib.linux-x86_64-2.7/PIL
  271. copying PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  272. copying PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  273. copying PIL/PaletteFile.py -> build/lib.linux-x86_64-2.7/PIL
  274. copying PIL/WalImageFile.py -> build/lib.linux-x86_64-2.7/PIL
  275. copying PIL/PcfFontFile.py -> build/lib.linux-x86_64-2.7/PIL
  276. copying PIL/ImageTransform.py -> build/lib.linux-x86_64-2.7/PIL
  277. copying PIL/ImageCms.py -> build/lib.linux-x86_64-2.7/PIL
  278. copying PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  279. copying PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  280. copying PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  281. copying PIL/GifImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  282. copying PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  283. copying PIL/JpegPresets.py -> build/lib.linux-x86_64-2.7/PIL
  284. copying PIL/OleFileIO.py -> build/lib.linux-x86_64-2.7/PIL
  285. copying PIL/ContainerIO.py -> build/lib.linux-x86_64-2.7/PIL
  286. copying PIL/ImageFilter.py -> build/lib.linux-x86_64-2.7/PIL
  287. copying PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  288. copying PIL/ExifTags.py -> build/lib.linux-x86_64-2.7/PIL
  289. copying PIL/ImageShow.py -> build/lib.linux-x86_64-2.7/PIL
  290. copying PIL/ImageSequence.py -> build/lib.linux-x86_64-2.7/PIL
  291. copying PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  292. copying PIL/ImageDraw.py -> build/lib.linux-x86_64-2.7/PIL
  293. copying PIL/MspImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  294. copying PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  295. copying PIL/ImageDraw2.py -> build/lib.linux-x86_64-2.7/PIL
  296. copying PIL/PngImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL
  297. copying PIL/ImageTk.py -> build/lib.linux-x86_64-2.7/PIL
  298. running egg_info
  299. writing Pillow.egg-info/PKG-INFO
  300. writing top-level names to Pillow.egg-info/top_level.txt
  301. writing dependency_links to Pillow.egg-info/dependency_links.txt
  302. warning: manifest_maker: standard file '-c' not found
  303.  
  304. reading manifest file 'Pillow.egg-info/SOURCES.txt'
  305. reading manifest template 'MANIFEST.in'
  306. writing manifest file 'Pillow.egg-info/SOURCES.txt'
  307. copying PIL/OleFileIO-README.md -> build/lib.linux-x86_64-2.7/PIL
  308. running build_ext
  309. building 'PIL._imaging' extension
  310. creating build/temp.linux-x86_64-2.7/libImaging
  311. Building using 4 processes
  312. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c _imaging.c -o build/temp.linux-x86_64-2.7/_imaging.o
  313. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c outline.c -o build/temp.linux-x86_64-2.7/outline.o
  314. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/Bands.c -o build/temp.linux-x86_64-2.7/libImaging/Bands.o
  315. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/ConvertYCbCr.c -o build/temp.linux-x86_64-2.7/libImaging/ConvertYCbCr.o
  316. In file included from libImaging/Imaging.h:14:0,
  317. from libImaging/Bands.c:19:
  318. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  319. #include "Python.h"
  320. ^
  321. compilation terminated.
  322. _imaging.c:76:20: fatal error: Python.h: No such file or directory
  323. #include "Python.h"
  324. ^
  325. compilation terminated.
  326. outline.c:20:20: fatal error: Python.h: No such file or directory
  327. #include "Python.h"
  328. ^
  329. compilation terminated.
  330. In file included from libImaging/Imaging.h:14:0,
  331. from libImaging/ConvertYCbCr.c:15:
  332. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  333. #include "Python.h"
  334. ^
  335. compilation terminated.
  336. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/Draw.c -o build/temp.linux-x86_64-2.7/libImaging/Draw.o
  337. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/Filter.c -o build/temp.linux-x86_64-2.7/libImaging/Filter.o
  338. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/GifEncode.c -o build/temp.linux-x86_64-2.7/libImaging/GifEncode.o
  339. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/LzwDecode.c -o build/temp.linux-x86_64-2.7/libImaging/LzwDecode.o
  340. In file included from libImaging/Imaging.h:14:0,
  341. from libImaging/Draw.c:35:
  342. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  343. #include "Python.h"
  344. ^
  345. compilation terminated.
  346. In file included from libImaging/Imaging.h:14:0,
  347. from libImaging/Filter.c:27:
  348. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  349. #include "Python.h"
  350. ^
  351. compilation terminated.
  352. In file included from libImaging/Imaging.h:14:0,
  353. from libImaging/GifEncode.c:20:
  354. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  355. #include "Python.h"
  356. ^
  357. compilation terminated.
  358. In file included from libImaging/Imaging.h:14:0,
  359. from libImaging/LzwDecode.c:31:
  360. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  361. #include "Python.h"
  362. ^
  363. compilation terminated.
  364. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/Offset.c -o build/temp.linux-x86_64-2.7/libImaging/Offset.o
  365. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/Quant.c -o build/temp.linux-x86_64-2.7/libImaging/Quant.o
  366. In file included from libImaging/Imaging.h:14:0,
  367. from libImaging/Offset.c:18:
  368. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  369. #include "Python.h"
  370. ^
  371. compilation terminated.
  372. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/PcxDecode.c -o build/temp.linux-x86_64-2.7/libImaging/PcxDecode.o
  373. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/RawEncode.c -o build/temp.linux-x86_64-2.7/libImaging/RawEncode.o
  374. In file included from libImaging/Imaging.h:14:0,
  375. from libImaging/Quant.c:21:
  376. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  377. #include "Python.h"
  378. ^
  379. compilation terminated.
  380. In file included from libImaging/Imaging.h:14:0,
  381. from libImaging/RawEncode.c:21:
  382. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  383. #include "Python.h"
  384. ^
  385. compilation terminated.
  386. In file included from libImaging/Imaging.h:14:0,
  387. from libImaging/PcxDecode.c:17:
  388. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  389. #include "Python.h"
  390. ^
  391. compilation terminated.
  392. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/UnpackYCC.c -o build/temp.linux-x86_64-2.7/libImaging/UnpackYCC.o
  393. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/ZipEncode.c -o build/temp.linux-x86_64-2.7/libImaging/ZipEncode.o
  394. In file included from libImaging/Imaging.h:14:0,
  395. from libImaging/UnpackYCC.c:17:
  396. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  397. #include "Python.h"
  398. ^
  399. compilation terminated.
  400. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -I/usr/include/freetype2 -I/tmp/pip-build-aiIIZM/pillow/libImaging -I/home/qrk/.virtualenvs/gyms/include -I/usr/include/tcl8.6 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c libImaging/BoxBlur.c -o build/temp.linux-x86_64-2.7/libImaging/BoxBlur.o
  401. In file included from libImaging/Imaging.h:14:0,
  402. from libImaging/ZipEncode.c:18:
  403. libImaging/ImPlatform.h:10:20: fatal error: Python.h: No such file or directory
  404. #include "Python.h"
  405. ^
  406. compilation terminated.
  407. libImaging/BoxBlur.c:1:20: fatal error: Python.h: No such file or directory
  408. #include "Python.h"
  409. ^
  410. compilation terminated.
  411. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/_imaging.o build/temp.linux-x86_64-2.7/decode.o build/temp.linux-x86_64-2.7/encode.o build/temp.linux-x86_64-2.7/map.o build/temp.linux-x86_64-2.7/display.o build/temp.linux-x86_64-2.7/outline.o build/temp.linux-x86_64-2.7/path.o build/temp.linux-x86_64-2.7/libImaging/Access.o build/temp.linux-x86_64-2.7/libImaging/AlphaComposite.o build/temp.linux-x86_64-2.7/libImaging/Resample.o build/temp.linux-x86_64-2.7/libImaging/Bands.o build/temp.linux-x86_64-2.7/libImaging/BitDecode.o build/temp.linux-x86_64-2.7/libImaging/Blend.o build/temp.linux-x86_64-2.7/libImaging/Chops.o build/temp.linux-x86_64-2.7/libImaging/Convert.o build/temp.linux-x86_64-2.7/libImaging/ConvertYCbCr.o build/temp.linux-x86_64-2.7/libImaging/Copy.o build/temp.linux-x86_64-2.7/libImaging/Crc32.o build/temp.linux-x86_64-2.7/libImaging/Crop.o build/temp.linux-x86_64-2.7/libImaging/Dib.o build/temp.linux-x86_64-2.7/libImaging/Draw.o build/temp.linux-x86_64-2.7/libImaging/Effects.o build/temp.linux-x86_64-2.7/libImaging/EpsEncode.o build/temp.linux-x86_64-2.7/libImaging/File.o build/temp.linux-x86_64-2.7/libImaging/Fill.o build/temp.linux-x86_64-2.7/libImaging/Filter.o build/temp.linux-x86_64-2.7/libImaging/FliDecode.o build/temp.linux-x86_64-2.7/libImaging/Geometry.o build/temp.linux-x86_64-2.7/libImaging/GetBBox.o build/temp.linux-x86_64-2.7/libImaging/GifDecode.o build/temp.linux-x86_64-2.7/libImaging/GifEncode.o build/temp.linux-x86_64-2.7/libImaging/HexDecode.o build/temp.linux-x86_64-2.7/libImaging/Histo.o build/temp.linux-x86_64-2.7/libImaging/JpegDecode.o build/temp.linux-x86_64-2.7/libImaging/JpegEncode.o build/temp.linux-x86_64-2.7/libImaging/LzwDecode.o build/temp.linux-x86_64-2.7/libImaging/Matrix.o build/temp.linux-x86_64-2.7/libImaging/ModeFilter.o build/temp.linux-x86_64-2.7/libImaging/MspDecode.o build/temp.linux-x86_64-2.7/libImaging/Negative.o build/temp.linux-x86_64-2.7/libImaging/Offset.o build/temp.linux-x86_64-2.7/libImaging/Pack.o build/temp.linux-x86_64-2.7/libImaging/PackDecode.o build/temp.linux-x86_64-2.7/libImaging/Palette.o build/temp.linux-x86_64-2.7/libImaging/Paste.o build/temp.linux-x86_64-2.7/libImaging/Quant.o build/temp.linux-x86_64-2.7/libImaging/QuantOctree.o build/temp.linux-x86_64-2.7/libImaging/QuantHash.o build/temp.linux-x86_64-2.7/libImaging/QuantHeap.o build/temp.linux-x86_64-2.7/libImaging/PcdDecode.o build/temp.linux-x86_64-2.7/libImaging/PcxDecode.o build/temp.linux-x86_64-2.7/libImaging/PcxEncode.o build/temp.linux-x86_64-2.7/libImaging/Point.o build/temp.linux-x86_64-2.7/libImaging/RankFilter.o build/temp.linux-x86_64-2.7/libImaging/RawDecode.o build/temp.linux-x86_64-2.7/libImaging/RawEncode.o build/temp.linux-x86_64-2.7/libImaging/Storage.o build/temp.linux-x86_64-2.7/libImaging/SunRleDecode.o build/temp.linux-x86_64-2.7/libImaging/TgaRleDecode.o build/temp.linux-x86_64-2.7/libImaging/Unpack.o build/temp.linux-x86_64-2.7/libImaging/UnpackYCC.o build/temp.linux-x86_64-2.7/libImaging/UnsharpMask.o build/temp.linux-x86_64-2.7/libImaging/XbmDecode.o build/temp.linux-x86_64-2.7/libImaging/XbmEncode.o build/temp.linux-x86_64-2.7/libImaging/ZipDecode.o build/temp.linux-x86_64-2.7/libImaging/ZipEncode.o build/temp.linux-x86_64-2.7/libImaging/TiffDecode.o build/temp.linux-x86_64-2.7/libImaging/Incremental.o build/temp.linux-x86_64-2.7/libImaging/Jpeg2KDecode.o build/temp.linux-x86_64-2.7/libImaging/Jpeg2KEncode.o build/temp.linux-x86_64-2.7/libImaging/BoxBlur.o -L/home/qrk/.virtualenvs/gyms/lib -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu -ljpeg -lz -ltiff -o build/lib.linux-x86_64-2.7/PIL/_imaging.so
  412. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/_imaging.o: No such file or directory
  413. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/decode.o: No such file or directory
  414. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/encode.o: No such file or directory
  415. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/map.o: No such file or directory
  416. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/display.o: No such file or directory
  417. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/outline.o: No such file or directory
  418. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/path.o: No such file or directory
  419. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Access.o: No such file or directory
  420. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/AlphaComposite.o: No such file or directory
  421. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Resample.o: No such file or directory
  422. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Bands.o: No such file or directory
  423. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/BitDecode.o: No such file or directory
  424. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Blend.o: No such file or directory
  425. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Chops.o: No such file or directory
  426. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Convert.o: No such file or directory
  427. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/ConvertYCbCr.o: No such file or directory
  428. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Copy.o: No such file or directory
  429. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Crc32.o: No such file or directory
  430. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Crop.o: No such file or directory
  431. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Dib.o: No such file or directory
  432. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Draw.o: No such file or directory
  433. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Effects.o: No such file or directory
  434. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/EpsEncode.o: No such file or directory
  435. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/File.o: No such file or directory
  436. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Fill.o: No such file or directory
  437. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Filter.o: No such file or directory
  438. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/FliDecode.o: No such file or directory
  439. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Geometry.o: No such file or directory
  440. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/GetBBox.o: No such file or directory
  441. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/GifDecode.o: No such file or directory
  442. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/GifEncode.o: No such file or directory
  443. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/HexDecode.o: No such file or directory
  444. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Histo.o: No such file or directory
  445. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/JpegDecode.o: No such file or directory
  446. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/JpegEncode.o: No such file or directory
  447. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/LzwDecode.o: No such file or directory
  448. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Matrix.o: No such file or directory
  449. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/ModeFilter.o: No such file or directory
  450. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/MspDecode.o: No such file or directory
  451. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Negative.o: No such file or directory
  452. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Offset.o: No such file or directory
  453. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Pack.o: No such file or directory
  454. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/PackDecode.o: No such file or directory
  455. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Palette.o: No such file or directory
  456. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Paste.o: No such file or directory
  457. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Quant.o: No such file or directory
  458. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/QuantOctree.o: No such file or directory
  459. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/QuantHash.o: No such file or directory
  460. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/QuantHeap.o: No such file or directory
  461. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/PcdDecode.o: No such file or directory
  462. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/PcxDecode.o: No such file or directory
  463. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/PcxEncode.o: No such file or directory
  464. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Point.o: No such file or directory
  465. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/RankFilter.o: No such file or directory
  466. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/RawDecode.o: No such file or directory
  467. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/RawEncode.o: No such file or directory
  468. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Storage.o: No such file or directory
  469. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/SunRleDecode.o: No such file or directory
  470. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/TgaRleDecode.o: No such file or directory
  471. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Unpack.o: No such file or directory
  472. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/UnpackYCC.o: No such file or directory
  473. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/UnsharpMask.o: No such file or directory
  474. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/XbmDecode.o: No such file or directory
  475. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/XbmEncode.o: No such file or directory
  476. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/ZipDecode.o: No such file or directory
  477. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/ZipEncode.o: No such file or directory
  478. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/TiffDecode.o: No such file or directory
  479. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Incremental.o: No such file or directory
  480. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Jpeg2KDecode.o: No such file or directory
  481. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/Jpeg2KEncode.o: No such file or directory
  482. x86_64-linux-gnu-gcc: error: build/temp.linux-x86_64-2.7/libImaging/BoxBlur.o: No such file or directory
  483. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  484.  
  485. ----------------------------------------
  486. Failed building wheel for pillow
  487. Running setup.py clean for pillow
  488. Running setup.py bdist_wheel for lxml ... error
  489. Complete output from command /home/qrk/.virtualenvs/gyms/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-aiIIZM/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpjo4y6Lpip-wheel- --python-tag cp27:
  490. Building lxml version 3.5.0.
  491. Building without Cython.
  492. Using build configuration of libxslt 1.1.28
  493. running bdist_wheel
  494. running build
  495. running build_py
  496. creating build
  497. creating build/lib.linux-x86_64-2.7
  498. creating build/lib.linux-x86_64-2.7/lxml
  499. copying src/lxml/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml
  500. copying src/lxml/doctestcompare.py -> build/lib.linux-x86_64-2.7/lxml
  501. copying src/lxml/_elementpath.py -> build/lib.linux-x86_64-2.7/lxml
  502. copying src/lxml/__init__.py -> build/lib.linux-x86_64-2.7/lxml
  503. copying src/lxml/sax.py -> build/lib.linux-x86_64-2.7/lxml
  504. copying src/lxml/builder.py -> build/lib.linux-x86_64-2.7/lxml
  505. copying src/lxml/ElementInclude.py -> build/lib.linux-x86_64-2.7/lxml
  506. copying src/lxml/pyclasslookup.py -> build/lib.linux-x86_64-2.7/lxml
  507. copying src/lxml/cssselect.py -> build/lib.linux-x86_64-2.7/lxml
  508. creating build/lib.linux-x86_64-2.7/lxml/includes
  509. copying src/lxml/includes/__init__.py -> build/lib.linux-x86_64-2.7/lxml/includes
  510. creating build/lib.linux-x86_64-2.7/lxml/html
  511. copying src/lxml/html/_html5builder.py -> build/lib.linux-x86_64-2.7/lxml/html
  512. copying src/lxml/html/usedoctest.py -> build/lib.linux-x86_64-2.7/lxml/html
  513. copying src/lxml/html/defs.py -> build/lib.linux-x86_64-2.7/lxml/html
  514. copying src/lxml/html/_setmixin.py -> build/lib.linux-x86_64-2.7/lxml/html
  515. copying src/lxml/html/__init__.py -> build/lib.linux-x86_64-2.7/lxml/html
  516. copying src/lxml/html/builder.py -> build/lib.linux-x86_64-2.7/lxml/html
  517. copying src/lxml/html/html5parser.py -> build/lib.linux-x86_64-2.7/lxml/html
  518. copying src/lxml/html/diff.py -> build/lib.linux-x86_64-2.7/lxml/html
  519. copying src/lxml/html/formfill.py -> build/lib.linux-x86_64-2.7/lxml/html
  520. copying src/lxml/html/ElementSoup.py -> build/lib.linux-x86_64-2.7/lxml/html
  521. copying src/lxml/html/_diffcommand.py -> build/lib.linux-x86_64-2.7/lxml/html
  522. copying src/lxml/html/clean.py -> build/lib.linux-x86_64-2.7/lxml/html
  523. copying src/lxml/html/soupparser.py -> build/lib.linux-x86_64-2.7/lxml/html
  524. creating build/lib.linux-x86_64-2.7/lxml/isoschematron
  525. copying src/lxml/isoschematron/__init__.py -> build/lib.linux-x86_64-2.7/lxml/isoschematron
  526. copying src/lxml/lxml.etree.h -> build/lib.linux-x86_64-2.7/lxml
  527. copying src/lxml/lxml.etree_api.h -> build/lib.linux-x86_64-2.7/lxml
  528. copying src/lxml/includes/xslt.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  529. copying src/lxml/includes/tree.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  530. copying src/lxml/includes/dtdvalid.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  531. copying src/lxml/includes/schematron.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  532. copying src/lxml/includes/xmlerror.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  533. copying src/lxml/includes/xmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  534. copying src/lxml/includes/etreepublic.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  535. copying src/lxml/includes/relaxng.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  536. copying src/lxml/includes/c14n.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  537. copying src/lxml/includes/config.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  538. copying src/lxml/includes/htmlparser.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  539. copying src/lxml/includes/xinclude.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  540. copying src/lxml/includes/uri.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  541. copying src/lxml/includes/xmlschema.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  542. copying src/lxml/includes/xpath.pxd -> build/lib.linux-x86_64-2.7/lxml/includes
  543. copying src/lxml/includes/lxml-version.h -> build/lib.linux-x86_64-2.7/lxml/includes
  544. copying src/lxml/includes/etree_defs.h -> build/lib.linux-x86_64-2.7/lxml/includes
  545. creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources
  546. creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng
  547. copying src/lxml/isoschematron/resources/rng/iso-schematron.rng -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/rng
  548. creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  549. copying src/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  550. copying src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl
  551. creating build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  552. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  553. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  554. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  555. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  556. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  557. copying src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt -> build/lib.linux-x86_64-2.7/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
  558. running build_ext
  559. building 'lxml.etree' extension
  560. creating build/temp.linux-x86_64-2.7
  561. creating build/temp.linux-x86_64-2.7/src
  562. creating build/temp.linux-x86_64-2.7/src/lxml
  563. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -Isrc/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-2.7/src/lxml/lxml.etree.o -w
  564. src/lxml/lxml.etree.c:85:20: fatal error: Python.h: No such file or directory
  565. #include "Python.h"
  566. ^
  567. compilation terminated.
  568. Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  569. creating tmp
  570. cc -I/usr/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInitlVfVu0.c -o tmp/xmlXPathInitlVfVu0.o
  571. cc tmp/xmlXPathInitlVfVu0.o -lxml2 -o a.out
  572. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  573.  
  574. ----------------------------------------
  575. Failed building wheel for lxml
  576. Running setup.py clean for lxml
  577. Running setup.py bdist_wheel for pycrypto ... error
  578. Complete output from command /home/qrk/.virtualenvs/gyms/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-aiIIZM/pycrypto/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmprCKfYxpip-wheel- --python-tag cp27:
  579. running bdist_wheel
  580. running build
  581. running build_py
  582. creating build
  583. creating build/lib.linux-x86_64-2.7
  584. creating build/lib.linux-x86_64-2.7/Crypto
  585. copying lib/Crypto/__init__.py -> build/lib.linux-x86_64-2.7/Crypto
  586. copying lib/Crypto/pct_warnings.py -> build/lib.linux-x86_64-2.7/Crypto
  587. creating build/lib.linux-x86_64-2.7/Crypto/Hash
  588. copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  589. copying lib/Crypto/Hash/MD4.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  590. copying lib/Crypto/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  591. copying lib/Crypto/Hash/SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  592. copying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  593. copying lib/Crypto/Hash/SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  594. copying lib/Crypto/Hash/SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  595. copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  596. copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  597. copying lib/Crypto/Hash/MD2.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  598. copying lib/Crypto/Hash/SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  599. copying lib/Crypto/Hash/hashalgo.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
  600. creating build/lib.linux-x86_64-2.7/Crypto/Cipher
  601. copying lib/Crypto/Cipher/ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  602. copying lib/Crypto/Cipher/ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  603. copying lib/Crypto/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  604. copying lib/Crypto/Cipher/blockalgo.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  605. copying lib/Crypto/Cipher/CAST.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  606. copying lib/Crypto/Cipher/DES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  607. copying lib/Crypto/Cipher/DES3.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  608. copying lib/Crypto/Cipher/XOR.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  609. copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  610. copying lib/Crypto/Cipher/Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  611. copying lib/Crypto/Cipher/AES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  612. copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
  613. creating build/lib.linux-x86_64-2.7/Crypto/Util
  614. copying lib/Crypto/Util/winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  615. copying lib/Crypto/Util/py3compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  616. copying lib/Crypto/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  617. copying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  618. copying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  619. copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  620. copying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  621. copying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  622. copying lib/Crypto/Util/py21compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  623. copying lib/Crypto/Util/randpool.py -> build/lib.linux-x86_64-2.7/Crypto/Util
  624. creating build/lib.linux-x86_64-2.7/Crypto/Random
  625. copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-x86_64-2.7/Crypto/Random
  626. copying lib/Crypto/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random
  627. copying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.7/Crypto/Random
  628. creating build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
  629. copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
  630. copying lib/Crypto/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
  631. copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
  632. copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
  633. creating build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
  634. copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
  635. copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
  636. copying lib/Crypto/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
  637. copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
  638. copying lib/Crypto/Random/OSRNG/nt.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
  639. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest
  640. copying lib/Crypto/SelfTest/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
  641. copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
  642. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  643. copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  644. copying lib/Crypto/SelfTest/Cipher/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  645. copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  646. copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  647. copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  648. copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  649. copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  650. copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  651. copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  652. copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  653. copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  654. copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
  655. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  656. copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  657. copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  658. copying lib/Crypto/SelfTest/Hash/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  659. copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  660. copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  661. copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  662. copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  663. copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  664. copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  665. copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  666. copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  667. copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
  668. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  669. copying lib/Crypto/SelfTest/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  670. copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  671. copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  672. copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  673. copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
  674. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  675. copying lib/Crypto/SelfTest/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  676. copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  677. copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  678. copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  679. copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
  680. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
  681. copying lib/Crypto/SelfTest/Random/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
  682. copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
  683. copying lib/Crypto/SelfTest/Random/test__UserFriendlyRNG.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
  684. copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
  685. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
  686. copying lib/Crypto/SelfTest/Random/Fortuna/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
  687. copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
  688. copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
  689. copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
  690. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
  691. copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
  692. copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
  693. copying lib/Crypto/SelfTest/Random/OSRNG/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
  694. copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
  695. copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
  696. copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
  697. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  698. copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  699. copying lib/Crypto/SelfTest/Util/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  700. copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  701. copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  702. copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
  703. creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  704. copying lib/Crypto/SelfTest/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  705. copying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  706. copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
  707. creating build/lib.linux-x86_64-2.7/Crypto/Protocol
  708. copying lib/Crypto/Protocol/KDF.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
  709. copying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
  710. copying lib/Crypto/Protocol/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
  711. copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
  712. creating build/lib.linux-x86_64-2.7/Crypto/PublicKey
  713. copying lib/Crypto/PublicKey/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  714. copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  715. copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  716. copying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  717. copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  718. copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  719. copying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  720. copying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
  721. creating build/lib.linux-x86_64-2.7/Crypto/Signature
  722. copying lib/Crypto/Signature/__init__.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  723. copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  724. copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
  725. running build_ext
  726. running build_configure
  727. checking for gcc... gcc
  728. checking whether the C compiler works... yes
  729. checking for C compiler default output file name... a.out
  730. checking for suffix of executables...
  731. checking whether we are cross compiling... no
  732. checking for suffix of object files... o
  733. checking whether we are using the GNU C compiler... yes
  734. checking whether gcc accepts -g... yes
  735. checking for gcc option to accept ISO C89... none needed
  736. checking for __gmpz_init in -lgmp... no
  737. checking for __gmpz_init in -lmpir... no
  738. checking whether mpz_powm is declared... no
  739. checking whether mpz_powm_sec is declared... no
  740. checking how to run the C preprocessor... gcc -E
  741. checking for grep that handles long lines and -e... /bin/grep
  742. checking for egrep... /bin/grep -E
  743. checking for ANSI C header files... yes
  744. checking for sys/types.h... yes
  745. checking for sys/stat.h... yes
  746. checking for stdlib.h... yes
  747. checking for string.h... yes
  748. checking for memory.h... yes
  749. checking for strings.h... yes
  750. checking for inttypes.h... yes
  751. checking for stdint.h... yes
  752. checking for unistd.h... yes
  753. checking for inttypes.h... (cached) yes
  754. checking limits.h usability... yes
  755. checking limits.h presence... yes
  756. checking for limits.h... yes
  757. checking stddef.h usability... yes
  758. checking stddef.h presence... yes
  759. checking for stddef.h... yes
  760. checking for stdint.h... (cached) yes
  761. checking for stdlib.h... (cached) yes
  762. checking for string.h... (cached) yes
  763. checking wchar.h usability... yes
  764. checking wchar.h presence... yes
  765. checking for wchar.h... yes
  766. checking for inline... inline
  767. checking for int16_t... yes
  768. checking for int32_t... yes
  769. checking for int64_t... yes
  770. checking for int8_t... yes
  771. checking for size_t... yes
  772. checking for uint16_t... yes
  773. checking for uint32_t... yes
  774. checking for uint64_t... yes
  775. checking for uint8_t... yes
  776. checking for stdlib.h... (cached) yes
  777. checking for GNU libc compatible malloc... yes
  778. checking for memmove... yes
  779. checking for memset... yes
  780. configure: creating ./config.status
  781. config.status: creating src/config.h
  782. warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
  783. building 'Crypto.Hash._MD2' extension
  784. creating build/temp.linux-x86_64-2.7
  785. creating build/temp.linux-x86_64-2.7/src
  786. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o
  787. src/MD2.c:31:20: fatal error: Python.h: No such file or directory
  788. #include "Python.h"
  789. ^
  790. compilation terminated.
  791. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  792.  
  793. ----------------------------------------
  794. Failed building wheel for pycrypto
  795. Running setup.py clean for pycrypto
  796. Failed to build psycopg2 pillow lxml pycrypto
  797. Installing collected packages: psycopg2, pillow, jsonfield, pytils, sorl-thumbnail, tqdm, lxml, djangorestframework, six, requests, oauthlib, requests-oauthlib, PyJWT, python-openid, python-social-auth, django-filter, python-dateutil, django-autoslug, django-guardian, django-cachalot, redis, msgpack-python, django-redis, django-froala-editor, django-widget-tweaks, docopt, pymorphy2-dicts, dawg-python, pymorphy2, pytz, pydkim, cssselect, pyquery, python-docx, Unidecode, python-slugify, chardet, dnspython, geopy, geojson, click, overpass, django-cors-headers, raven, pathlib2, pickleshare, simplegeneric, ptyprocess, pexpect, decorator, ipython-genutils, traitlets, ipython, pygments, urwid, pudb, factory-boy, beautifulsoup4, django-jenkins, coverage, lazy-object-proxy, wrapt, astroid, configparser, backports.functools-lru-cache, mccabe, isort, pylint, pep8, pyflakes, ecdsa, pycrypto, paramiko, fabric, et-xmlfile, jdcal, openpyxl, sqlparse, django-debug-toolbar, py, virtualenv, pluggy, tox
  798. Running setup.py install for psycopg2 ... error
  799. Complete output from command /home/qrk/.virtualenvs/gyms/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-aiIIZM/psycopg2/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-jZjcxf-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/qrk/.virtualenvs/gyms/include/site/python2.7/psycopg2:
  800. running install
  801. running build
  802. running build_py
  803. creating build
  804. creating build/lib.linux-x86_64-2.7
  805. creating build/lib.linux-x86_64-2.7/psycopg2
  806. copying lib/extras.py -> build/lib.linux-x86_64-2.7/psycopg2
  807. copying lib/__init__.py -> build/lib.linux-x86_64-2.7/psycopg2
  808. copying lib/_json.py -> build/lib.linux-x86_64-2.7/psycopg2
  809. copying lib/extensions.py -> build/lib.linux-x86_64-2.7/psycopg2
  810. copying lib/_range.py -> build/lib.linux-x86_64-2.7/psycopg2
  811. copying lib/pool.py -> build/lib.linux-x86_64-2.7/psycopg2
  812. copying lib/tz.py -> build/lib.linux-x86_64-2.7/psycopg2
  813. copying lib/psycopg1.py -> build/lib.linux-x86_64-2.7/psycopg2
  814. copying lib/errorcodes.py -> build/lib.linux-x86_64-2.7/psycopg2
  815. creating build/lib.linux-x86_64-2.7/psycopg2/tests
  816. copying tests/test_bugX000.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  817. copying tests/test_module.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  818. copying tests/test_psycopg2_dbapi20.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  819. copying tests/test_with.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  820. copying tests/test_extras_dictcursor.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  821. copying tests/__init__.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  822. copying tests/test_transaction.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  823. copying tests/test_notify.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  824. copying tests/test_types_basic.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  825. copying tests/test_dates.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  826. copying tests/test_bug_gc.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  827. copying tests/test_async.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  828. copying tests/test_connection.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  829. copying tests/test_cursor.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  830. copying tests/test_green.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  831. copying tests/dbapi20.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  832. copying tests/test_copy.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  833. copying tests/test_lobject.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  834. copying tests/dbapi20_tpc.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  835. copying tests/test_quote.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  836. copying tests/test_cancel.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  837. copying tests/test_types_extras.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  838. copying tests/testconfig.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  839. copying tests/testutils.py -> build/lib.linux-x86_64-2.7/psycopg2/tests
  840. running build_ext
  841. building 'psycopg2._psycopg' extension
  842. creating build/temp.linux-x86_64-2.7
  843. creating build/temp.linux-x86_64-2.7/psycopg
  844. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" -DPG_VERSION_HEX=0x09030D -DHAVE_LO64=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-2.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement
  845. In file included from psycopg/psycopgmodule.c:27:0:
  846. ./psycopg/psycopg.h:30:20: fatal error: Python.h: No such file or directory
  847. #include <Python.h>
  848. ^
  849. compilation terminated.
  850. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  851.  
  852. ----------------------------------------
  853. Command "/home/qrk/.virtualenvs/gyms/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-aiIIZM/psycopg2/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-jZjcxf-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/qrk/.virtualenvs/gyms/include/site/python2.7/psycopg2" failed with error code 1 in /tmp/pip-build-aiIIZM/psycopg2/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement