Mac install PIL module

Source: Internet
Author: User

    • Execute command:
sudo easy_install-f http://www.pythonware.com/products/pil/Imaging
    • If an error occurs, execute the command xcode-select--install, and then proceed back to the previous step, with the following specific error :

/applications/xcode.app/contents/developer/platforms/macosx.platform/developer/sdks/macosx10.11.sdk/usr/ Include/tk.h:78:11: fatal error:

' x11/xlib.h ' File not found

# include <X11/Xlib.h>

    • Install the Pillow module again:
 sudo  pip install -u Pillow 
    • To test the crawl screen:
       from Import Imagegrab def grab_image (addr):     = Imagegrab.grab ()    im.save (addr,"jpeg")if __name__ " __main__ " :    grab_image ("test.jpeg")

Mac install PIL module

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.