Python PIL cannot locate my “libjpeg”

前端 未结 5 1595
长发绾君心
长发绾君心 2021-02-05 21:51

I cannot use PIL because it cannot find my libjpeg!

First, I installed PIL default. And when I ran the selftest.py, it gave me:

IOError: dec         


        
5条回答
  •  Happy的楠姐
    2021-02-05 22:35

    You could also try to use Pillow instead of PIL.

    Pillow is a PIL fork to "foster active development of PIL". In versions 1.7.0 and 1.7.1 they made some changes to support multi-arch (see the changelog).

提交回复
热议问题