Python PIL cannot locate my “libjpeg”

前端 未结 5 1542
长发绾君心
长发绾君心 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条回答
  •  情深已故
    2021-02-05 22:45

    Today I was facing the same problem, and I've found the solution. Basically it involves remove the PIL, install lipjpeg through Fink and re-install the PIL.

    I wrote an article telling step by step how to do that. If interesting check this out.

提交回复
热议问题