Installing PIL with JPEG support on Mac OS X

后端 未结 7 548
南方客
南方客 2020-12-04 14:18

I posted a question before regarding this subject, and read other ones posted before, but none has successfully solved my problem.

I am trying to install PIL on Mac

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 15:00

    Make sure you have homebrew and pip, and then run:

    brew install libjpeg
    pip install pil
    

提交回复
热议问题