Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 829
Manish Kumar Avatar asked Feb 01 '16 20:02

Manish Kumar


1 Answers

You have to install PIL or pillow, try: pip install pillow

like image 156
Vlad Strelnikov Avatar answered Nov 14 '22 08:11

Vlad Strelnikov