简体   繁体   English

PILKit无法导入Python Imaging Library

[英]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. 引发ImportError('PILKit无法导入Python Imaging Library。请确认它已安装并在您当前的Python路径上可用。')ImportError:PILKit无法导入Python Imaging Library。 Please confirm it's installed and available on your current Python path. 请确认它已安装并在您当前的Python路径上可用。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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