When I try to download and install a source file such as Imageing-1.1.7, it fails. Reason: Imageing 1.x is for Python 2.x
$ pip install Pillow
Collecting Pillow
Downloading Pillow-4.1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (3.5MB)
100% |████████████████████████████████| 3.5MB 385kB/s
Collecting olefile (from Pillow)
Downloading olefile-0.44.zip (74kB)
100% |████████████████████████████████| 81kB 7.5MB/s
Installing collected packages: olefile, Pillow
Running setup.py install for olefile ... done
Successfully installed Pillow-4.1.1 olefile-0.44
Is it the same for other than macOS?
Recommended Posts