Questions and solutions for installing PIL library under Python
- Questions and solutions for installing the PIL library under python: Download Pipllow (a replacement for PIL) at the following URL www.lfd.uci.edu ..., My next version is PILLOW-4.1.1-CP27-CP27M-WIN32.WHL, because Python installs 32-bit, so download the 32 ...
- But in cmd with pip install PILLOW-4.1.1-CP27-CP27M-WIN32.WHL when the error: The schema is not supported. As a result, the online search for the answer, in the cmd input python into the shell environment, and then execute import pip; Print (pip.pep425tags.get_supported ()) view found "(. cp27,none,win32)
- Finally, rename the downloaded WHL file to PILLOW-4.1.1-CP27-NONE-WIN32.WHL, and execute the installation command again to install it successfully!
Questions and solutions for installing PIL library under Python