Dalba created this task.
Dalba added projects: Pywikibot-core, Pywikibot-tests.
Herald added subscribers: pywikibot-bugs-list, jeblad, Aklapper.

TASK DESCRIPTION
Searching for Pillow
Reading https://pypi.python.org/simple/Pillow/
Downloading https://pypi.python.org/packages/0f/57/25be1a4c2d487942c3ed360f6eee7f41c5b9196a09ca71c54d1a33c968d9/Pillow-5.0.0.tar.gz#md5=08094bc48aae6877c94f8db4b8ee8e52
Best match: Pillow 5.0.0
Processing Pillow-5.0.0.tar.gz
Writing c:\users\appveyor\appdata\local\temp\1\easy_install-fp44bn\Pillow-5.0.0\setup.cfg
Running Pillow-5.0.0\setup.py -q bdist_egg --dist-dir c:\users\appveyor\appdata\local\temp\1\easy_install-fp44bn\Pillow-5.0.0\egg-dist-tmp-cvcyue
warning: no files found matching '*.c'
warning: no files found matching '*.h'
warning: no files found matching '*.sh'
no previously-included directories found matching 'docs\_static'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching 'codecov.yml'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.landscape.yaml'
warning: no previously-included files found matching '.travis'
warning: no previously-included files found matching '.travis\*'
warning: no previously-included files found matching 'appveyor.yml'
warning: no previously-included files found matching 'build_children.sh'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Single threaded build for Windows
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
   https://pillow.readthedocs.io/en/latest/installation.html
Traceback (most recent call last):
  File "c:\users\appveyor\appdata\local\temp\1\easy_install-fp44bn\Pillow-5.0.0\setup.py", line 792, in <module>
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\__init__.py", line 129, in setup
    return distutils.core.setup(**attrs)
  File "c:\python330\Lib\distutils\core.py", line 148, in setup
    dist.run_commands()
  File "c:\python330\Lib\distutils\dist.py", line 917, in run_commands
    self.run_command(cmd)
  File "c:\python330\Lib\distutils\dist.py", line 936, in run_command
    cmd_obj.run()
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\bdist_egg.py", line 170, in run
    cmd = self.call_command('install_lib', warn_dir=0)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\bdist_egg.py", line 156, in call_command
    self.run_command(cmdname)
  File "c:\python330\Lib\distutils\cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "c:\python330\Lib\distutils\dist.py", line 936, in run_command
    cmd_obj.run()
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\install_lib.py", line 11, in run
    self.build()
  File "c:\python330\Lib\distutils\command\install_lib.py", line 107, in build
    self.run_command('build_ext')
  File "c:\python330\Lib\distutils\cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "c:\python330\Lib\distutils\dist.py", line 936, in run_command
    cmd_obj.run()
  File "c:\python330\Lib\distutils\command\build_ext.py", line 347, in run
    self.build_extensions()
  File "c:\users\appveyor\appdata\local\temp\1\easy_install-fp44bn\Pillow-5.0.0\setup.py", line 580, in build_extensions
__main__.RequiredDependencyException: zlib
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules
    yield saved
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
    yield
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup
    _execfile(setup_script, ns)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile
    exec(code, globals, locals)
  File "c:\users\appveyor\appdata\local\temp\1\easy_install-fp44bn\Pillow-5.0.0\setup.py", line 804, in <module>
__main__.RequiredDependencyException: 
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
   https://pillow.readthedocs.io/en/latest/installation.html
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "setup.py", line 277, in <module>
    use_2to3=False
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\__init__.py", line 129, in setup
    return distutils.core.setup(**attrs)
  File "c:\python330\Lib\distutils\core.py", line 148, in setup
    dist.run_commands()
  File "c:\python330\Lib\distutils\dist.py", line 917, in run_commands
    self.run_command(cmd)
  File "c:\python330\Lib\distutils\dist.py", line 936, in run_command
    cmd_obj.run()
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\test.py", line 214, in run
    installed_dists = self.install_dists(self.distribution)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\test.py", line 206, in install_dists
    tr_d = dist.fetch_build_eggs(dist.tests_require or [])
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\dist.py", line 461, in fetch_build_eggs
    replace_conflicting=True,
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\pkg_resources\__init__.py", line 866, in resolve
    replace_conflicting=replace_conflicting
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\pkg_resources\__init__.py", line 1146, in best_match
    return self.obtain(req, installer)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\pkg_resources\__init__.py", line 1158, in obtain
    return installer(requirement)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\dist.py", line 528, in fetch_build_egg
    return cmd.easy_install(req)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\easy_install.py", line 673, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\easy_install.py", line 699, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\easy_install.py", line 882, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\easy_install.py", line 1150, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\command\easy_install.py", line 1136, in run_setup
    run_setup(setup_script, args)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 251, in run_setup
    except SystemExit as v:
  File "c:\python330\Lib\contextlib.py", line 66, in __exit__
    self.gen.throw(type, value, traceback)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
    yield
  File "c:\python330\Lib\contextlib.py", line 66, in __exit__
    self.gen.throw(type, value, traceback)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 166, in save_modules
    saved_exc.resume()
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 141, in resume
    six.reraise(type, exc, self._tb)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\pkg_resources\_vendor\six.py", line 685, in reraise
    raise value.with_traceback(tb)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules
    yield saved
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
    yield
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup
    _execfile(setup_script, ns)
  File "c:\projects\pywikibot-g4xqx\env\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile
    exec(code, globals, locals)
  File "c:\users\appveyor\appdata\local\temp\1\easy_install-fp44bn\Pillow-5.0.0\setup.py", line 804, in <module>
setuptools.sandbox.UnpickleableException: RequiredDependencyException('\n\nThe headers or library files could not be found for zlib,\na required dependency when compiling Pillow from source.\n\nPlease see the install instructions at:\n   https://pillow.readthedocs.io/en/latest/installation.html\n\n',)
Command exited with code 1

TASK DETAIL
https://phabricator.wikimedia.org/T184505

WORKBOARD
https://phabricator.wikimedia.org/project/board/87/

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dalba
Cc: Aklapper, jeblad, pywikibot-bugs-list, Dalba, Magul, Tbscho, rafidaslam, MayS, Mdupont, JJMC89, Avicennasis, jayvdb, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to