How to install pillow on pypy

久未见 提交于 2019-12-13 04:38:11

问题


How do I install pillow on Windows pypy with png support.

I tried

pypy -m pip install --use-wheel pillow

This does not find a wheel file (for pypy), so it creates pillow, but does not include png support because it does not find zlib.

I don't want to modify the setup.py, because I want to do this on multiple machines.


回答1:


How about installing manually zlib.dll in system32? http://www.winimage.com/zLibDll/index.html



来源:https://stackoverflow.com/questions/20737151/how-to-install-pillow-on-pypy

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!