camscape - for excellent IT solutions itkb.ro - IT knowledge base

linux :: python install pil

David
David G.
TitlePython install PIL
TagsPIL,error,install,python
Desc.Python install PIL error
CodeKBLN0034 v1.0
Date18 februarie 2017

Incercand instalarea modului PIL din Python :

 

easy_install PIL
Searching for PIL
Reading http://www.pythonware.com/products/pil
No local packages or download links found for PIL
error: Could not find suitable distribution for Requirement.parse(''PIL'')

 

 

Rezolvarea este:

 

easy_install --find-links http://www.pythonware.com/products/pil/ Imaging