Changing from PIL to PILLOW on a mac

可紊 提交于 2019-12-25 07:02:58

问题


I'm having trouble upgrading from PIL to PILLOW on my mac. I tried "brew install libtiff lbjpeg webp littlecms" but homebrew couldn't find the lbjpeg - any tips?


回答1:


  1. Reinstall X11 from XQuartz.org
  2. Install the latest XCode
  3. Install the command line tools:

    xcode-select --install

Worked for me on mavericks



来源:https://stackoverflow.com/questions/21503147/changing-from-pil-to-pillow-on-a-mac

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