简体   繁体   中英

PILKit was unable to import the Python Imaging Library

I am getting following error:

raise ImportError('PILKit was unable to import the Python Imaging Library. Please confirm it's installed and available on your current Python path.') ImportError: PILKit was unable to import the Python Imaging Library. Please confirm it's installed and available on your current Python path.

你必须安装PIL或枕头,试试: pip install pillow

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM