BASH
Configurare email
Configurare software
Hardware
Linux
Linux Mint
Linux Ubuntu
MIKROTIK
Pentru tonti
Securitate
VMWARE
Windows
linux :: python install pil
![]() CAMSCAPE SERVICES David G. |
Title | Python install PIL |
| Tags | PIL,error,install,python | |
| Desc. | Python install PIL error | |
| Code | KBLN0034 v1.0 | |
| Date | 18 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


