Advertisement
atemvm

pip install pillow fail

Jul 6th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.25 KB | None | 0 0
  1. Downloading/unpacking pillow
  2. Downloading Pillow-3.3.0.zip (10.8MB): 10.8MB downloaded
  3. Running setup.py (path:/tmp/pip-build-bclyx0uu/pillow/setup.py) egg_info for package pillow
  4.  
  5. warning: no files found matching '*.sh'
  6. no previously-included directories found matching 'docs/_static'
  7. warning: no previously-included files found matching '.coveragerc'
  8. warning: no previously-included files found matching '.editorconfig'
  9. warning: no previously-included files found matching '.landscape.yaml'
  10. warning: no previously-included files found matching 'appveyor.yml'
  11. warning: no previously-included files found matching 'build_children.sh'
  12. warning: no previously-included files found matching 'tox.ini'
  13. warning: no previously-included files matching '.git*' found anywhere in distribution
  14. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  15. warning: no previously-included files matching '*.so' found anywhere in distribution
  16. Installing collected packages: pillow
  17. Running setup.py install for pillow
  18.  
  19. warning: no files found matching '*.sh'
  20. no previously-included directories found matching 'docs/_static'
  21. warning: no previously-included files found matching '.coveragerc'
  22. warning: no previously-included files found matching '.editorconfig'
  23. warning: no previously-included files found matching '.landscape.yaml'
  24. warning: no previously-included files found matching 'appveyor.yml'
  25. warning: no previously-included files found matching 'build_children.sh'
  26. warning: no previously-included files found matching 'tox.ini'
  27. warning: no previously-included files matching '.git*' found anywhere in distribution
  28. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  29. warning: no previously-included files matching '*.so' found anywhere in distribution
  30. Traceback (most recent call last):
  31. File "<string>", line 1, in <module>
  32. File "/tmp/pip-build-bclyx0uu/pillow/setup.py", line 753, in <module>
  33. zip_safe=not debug_build(), )
  34. File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
  35. dist.run_commands()
  36. File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
  37. self.run_command(cmd)
  38. File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
  39. cmd_obj.run()
  40. File "/home/attila/tests/no-pip-upgrade/lib/python3.4/site-packages/setuptools/command/install.py", line 61, in run
  41. return orig.install.run(self)
  42. File "/usr/lib/python3.4/distutils/command/install.py", line 583, in run
  43. self.run_command('build')
  44. File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
  45. self.distribution.run_command(command)
  46. File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
  47. cmd_obj.run()
  48. File "/usr/lib/python3.4/distutils/command/build.py", line 126, in run
  49. self.run_command(cmd_name)
  50. File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
  51. self.distribution.run_command(command)
  52. File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
  53. cmd_obj.run()
  54. File "/usr/lib/python3.4/distutils/command/build_ext.py", line 339, in run
  55. self.build_extensions()
  56. File "/tmp/pip-build-bclyx0uu/pillow/setup.py", line 521, in build_extensions
  57. ' using --disable-%s, aborting' % (f, f))
  58. ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
  59. Complete output from command /home/attila/tests/no-pip-upgrade/bin/python3.4 -c "import setuptools, tokenize;__file__='/tmp/pip-build-bclyx0uu/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-xwpjp1c2-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/attila/tests/no-pip-upgrade/include/site/python3.4:
  60. running install
  61.  
  62. running build
  63.  
  64. running build_py
  65.  
  66. creating build
  67.  
  68. creating build/lib.linux-armv7l-3.4
  69.  
  70. creating build/lib.linux-armv7l-3.4/PIL
  71.  
  72. copying PIL/features.py -> build/lib.linux-armv7l-3.4/PIL
  73.  
  74. copying PIL/XpmImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  75.  
  76. copying PIL/FpxImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  77.  
  78. copying PIL/ImageFile.py -> build/lib.linux-armv7l-3.4/PIL
  79.  
  80. copying PIL/__init__.py -> build/lib.linux-armv7l-3.4/PIL
  81.  
  82. copying PIL/GimpGradientFile.py -> build/lib.linux-armv7l-3.4/PIL
  83.  
  84. copying PIL/ImagePalette.py -> build/lib.linux-armv7l-3.4/PIL
  85.  
  86. copying PIL/MicImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  87.  
  88. copying PIL/TarIO.py -> build/lib.linux-armv7l-3.4/PIL
  89.  
  90. copying PIL/BmpImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  91.  
  92. copying PIL/WalImageFile.py -> build/lib.linux-armv7l-3.4/PIL
  93.  
  94. copying PIL/FitsStubImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  95.  
  96. copying PIL/ImageCms.py -> build/lib.linux-armv7l-3.4/PIL
  97.  
  98. copying PIL/GribStubImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  99.  
  100. copying PIL/JpegPresets.py -> build/lib.linux-armv7l-3.4/PIL
  101.  
  102. copying PIL/FliImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  103.  
  104. copying PIL/ImImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  105.  
  106. copying PIL/ImageTransform.py -> build/lib.linux-armv7l-3.4/PIL
  107.  
  108. copying PIL/ImtImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  109.  
  110. copying PIL/Hdf5StubImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  111.  
  112. copying PIL/_tkinter_finder.py -> build/lib.linux-armv7l-3.4/PIL
  113.  
  114. copying PIL/CurImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  115.  
  116. copying PIL/DdsImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  117.  
  118. copying PIL/PngImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  119.  
  120. copying PIL/MspImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  121.  
  122. copying PIL/ImageFilter.py -> build/lib.linux-armv7l-3.4/PIL
  123.  
  124. copying PIL/PcxImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  125.  
  126. copying PIL/PSDraw.py -> build/lib.linux-armv7l-3.4/PIL
  127.  
  128. copying PIL/GdImageFile.py -> build/lib.linux-armv7l-3.4/PIL
  129.  
  130. copying PIL/MpegImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  131.  
  132. copying PIL/ImagePath.py -> build/lib.linux-armv7l-3.4/PIL
  133.  
  134. copying PIL/ImageGrab.py -> build/lib.linux-armv7l-3.4/PIL
  135.  
  136. copying PIL/McIdasImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  137.  
  138. copying PIL/WmfImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  139.  
  140. copying PIL/ImageWin.py -> build/lib.linux-armv7l-3.4/PIL
  141.  
  142. copying PIL/ContainerIO.py -> build/lib.linux-armv7l-3.4/PIL
  143.  
  144. copying PIL/PsdImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  145.  
  146. copying PIL/WebPImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  147.  
  148. copying PIL/MpoImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  149.  
  150. copying PIL/PyAccess.py -> build/lib.linux-armv7l-3.4/PIL
  151.  
  152. copying PIL/ImageMorph.py -> build/lib.linux-armv7l-3.4/PIL
  153.  
  154. copying PIL/TiffTags.py -> build/lib.linux-armv7l-3.4/PIL
  155.  
  156. copying PIL/PalmImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  157.  
  158. copying PIL/GimpPaletteFile.py -> build/lib.linux-armv7l-3.4/PIL
  159.  
  160. copying PIL/ImageOps.py -> build/lib.linux-armv7l-3.4/PIL
  161.  
  162. copying PIL/SpiderImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  163.  
  164. copying PIL/GbrImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  165.  
  166. copying PIL/PcfFontFile.py -> build/lib.linux-armv7l-3.4/PIL
  167.  
  168. copying PIL/SgiImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  169.  
  170. copying PIL/BdfFontFile.py -> build/lib.linux-armv7l-3.4/PIL
  171.  
  172. copying PIL/PcdImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  173.  
  174. copying PIL/ImageDraw.py -> build/lib.linux-armv7l-3.4/PIL
  175.  
  176. copying PIL/PpmImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  177.  
  178. copying PIL/JpegImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  179.  
  180. copying PIL/TgaImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  181.  
  182. copying PIL/ImageShow.py -> build/lib.linux-armv7l-3.4/PIL
  183.  
  184. copying PIL/ImageTk.py -> build/lib.linux-armv7l-3.4/PIL
  185.  
  186. copying PIL/ImageFont.py -> build/lib.linux-armv7l-3.4/PIL
  187.  
  188. copying PIL/ImageMode.py -> build/lib.linux-armv7l-3.4/PIL
  189.  
  190. copying PIL/PixarImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  191.  
  192. copying PIL/PdfImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  193.  
  194. copying PIL/BufrStubImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  195.  
  196. copying PIL/IcoImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  197.  
  198. copying PIL/PaletteFile.py -> build/lib.linux-armv7l-3.4/PIL
  199.  
  200. copying PIL/ImageQt.py -> build/lib.linux-armv7l-3.4/PIL
  201.  
  202. copying PIL/_binary.py -> build/lib.linux-armv7l-3.4/PIL
  203.  
  204. copying PIL/IptcImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  205.  
  206. copying PIL/EpsImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  207.  
  208. copying PIL/FontFile.py -> build/lib.linux-armv7l-3.4/PIL
  209.  
  210. copying PIL/GifImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  211.  
  212. copying PIL/XbmImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  213.  
  214. copying PIL/ImageStat.py -> build/lib.linux-armv7l-3.4/PIL
  215.  
  216. copying PIL/ImageColor.py -> build/lib.linux-armv7l-3.4/PIL
  217.  
  218. copying PIL/ImageDraw2.py -> build/lib.linux-armv7l-3.4/PIL
  219.  
  220. copying PIL/OleFileIO.py -> build/lib.linux-armv7l-3.4/PIL
  221.  
  222. copying PIL/Jpeg2KImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  223.  
  224. copying PIL/Image.py -> build/lib.linux-armv7l-3.4/PIL
  225.  
  226. copying PIL/IcnsImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  227.  
  228. copying PIL/ImageMath.py -> build/lib.linux-armv7l-3.4/PIL
  229.  
  230. copying PIL/ImageChops.py -> build/lib.linux-armv7l-3.4/PIL
  231.  
  232. copying PIL/ImageEnhance.py -> build/lib.linux-armv7l-3.4/PIL
  233.  
  234. copying PIL/DcxImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  235.  
  236. copying PIL/XVThumbImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  237.  
  238. copying PIL/ExifTags.py -> build/lib.linux-armv7l-3.4/PIL
  239.  
  240. copying PIL/FtexImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  241.  
  242. copying PIL/TiffImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  243.  
  244. copying PIL/ImageSequence.py -> build/lib.linux-armv7l-3.4/PIL
  245.  
  246. copying PIL/SunImagePlugin.py -> build/lib.linux-armv7l-3.4/PIL
  247.  
  248. copying PIL/_util.py -> build/lib.linux-armv7l-3.4/PIL
  249.  
  250. running egg_info
  251.  
  252. writing top-level names to Pillow.egg-info/top_level.txt
  253.  
  254. writing dependency_links to Pillow.egg-info/dependency_links.txt
  255.  
  256. writing Pillow.egg-info/PKG-INFO
  257.  
  258. warning: manifest_maker: standard file '-c' not found
  259.  
  260.  
  261.  
  262. reading manifest file 'Pillow.egg-info/SOURCES.txt'
  263.  
  264. reading manifest template 'MANIFEST.in'
  265.  
  266. warning: no files found matching '*.sh'
  267.  
  268. no previously-included directories found matching 'docs/_static'
  269.  
  270. warning: no previously-included files found matching '.coveragerc'
  271.  
  272. warning: no previously-included files found matching '.editorconfig'
  273.  
  274. warning: no previously-included files found matching '.landscape.yaml'
  275.  
  276. warning: no previously-included files found matching 'appveyor.yml'
  277.  
  278. warning: no previously-included files found matching 'build_children.sh'
  279.  
  280. warning: no previously-included files found matching 'tox.ini'
  281.  
  282. warning: no previously-included files matching '.git*' found anywhere in distribution
  283.  
  284. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  285.  
  286. warning: no previously-included files matching '*.so' found anywhere in distribution
  287.  
  288. writing manifest file 'Pillow.egg-info/SOURCES.txt'
  289.  
  290. copying PIL/OleFileIO-README.md -> build/lib.linux-armv7l-3.4/PIL
  291.  
  292. running build_ext
  293.  
  294. Traceback (most recent call last):
  295.  
  296. File "<string>", line 1, in <module>
  297.  
  298. File "/tmp/pip-build-bclyx0uu/pillow/setup.py", line 753, in <module>
  299.  
  300. zip_safe=not debug_build(), )
  301.  
  302. File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
  303.  
  304. dist.run_commands()
  305.  
  306. File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
  307.  
  308. self.run_command(cmd)
  309.  
  310. File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
  311.  
  312. cmd_obj.run()
  313.  
  314. File "/home/attila/tests/no-pip-upgrade/lib/python3.4/site-packages/setuptools/command/install.py", line 61, in run
  315.  
  316. return orig.install.run(self)
  317.  
  318. File "/usr/lib/python3.4/distutils/command/install.py", line 583, in run
  319.  
  320. self.run_command('build')
  321.  
  322. File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
  323.  
  324. self.distribution.run_command(command)
  325.  
  326. File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
  327.  
  328. cmd_obj.run()
  329.  
  330. File "/usr/lib/python3.4/distutils/command/build.py", line 126, in run
  331.  
  332. self.run_command(cmd_name)
  333.  
  334. File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
  335.  
  336. self.distribution.run_command(command)
  337.  
  338. File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
  339.  
  340. cmd_obj.run()
  341.  
  342. File "/usr/lib/python3.4/distutils/command/build_ext.py", line 339, in run
  343.  
  344. self.build_extensions()
  345.  
  346. File "/tmp/pip-build-bclyx0uu/pillow/setup.py", line 521, in build_extensions
  347.  
  348. ' using --disable-%s, aborting' % (f, f))
  349.  
  350. ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
  351.  
  352. ----------------------------------------
  353. Cleaning up...
  354. Command /home/attila/tests/no-pip-upgrade/bin/python3.4 -c "import setuptools, tokenize;__file__='/tmp/pip-build-bclyx0uu/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-xwpjp1c2-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/attila/tests/no-pip-upgrade/include/site/python3.4 failed with error code 1 in /tmp/pip-build-bclyx0uu/pillow
  355. Storing debug log for failure in /home/attila/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement