Closed ocefpaf closed 8 years ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
Windows Environment: TARGET_ARCH=x86, CONDA_PY=34
is failing with:
C:\conda\conda-bld\work\Pillow-3.3.0>call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /Release /x86
Setting SDK environment relative to C:\Program Files\Microsoft SDKs\Windows\v7.1\.
Targeting Windows 7 x86 Release
Single threaded build for windows
running build_ext
Traceback (most recent call last):
File "setup.py", line 753, in <module>
zip_safe=not debug_build(), )
File "C:\conda\envs\_build\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\conda\envs\_build\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "C:\conda\envs\_build\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\conda\envs\_build\lib\distutils\command\build_ext.py", line 339, in run
self.build_extensions()
File "setup.py", line 521, in build_extensions
' using --disable-%s, aborting' % (f, f))
ValueError: zlib is required unless explicitly disabled using --disable-zlib, aborting
@msarahan, @patricksnape, and @gillins do you have any clue of what might be the issue here?
@ocefpaf Just got back from a conference - will be at my Windows PC tomorrow so can check then.
No worries. We can merge this as-is and fixed the failure in another PR BTW.
Sounds like this issue ( https://github.com/conda-forge/pillow-feedstock/issues/9 ).