PIL: DLL load failed: specified procedure could not be found

前端 未结 9 890
醉酒成梦
醉酒成梦 2020-11-29 07:21

I\'ve been beginning to work with images in Python and I wanted to start using PIL (Pillow). To install it, I ran pip install Pillow. When installing, PIL was n

9条回答
  •  北海茫月
    2020-11-29 07:58

    This works for me using win10 and py 3.6. Simply uninstall Pillow 4.1.0 pip3 uninstall Pillow Then install Pillow 4.0.0 pip3 install Pillow==4.0.0

提交回复
热议问题