Wenn ich versuche, eine Quelldatei wie Imageing-1.1.7 herunterzuladen und zu installieren, schlägt dies fehl. Grund: Imageing 1.x ist für 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
Ist es dasselbe für andere als macOS?
Recommended Posts