, Python 2.7.12 Windows XP/SP3. , Python MacBook, , Windows. . winbox pip ver. 8, pip ver. 9, Python, , . numpy Pillow ( PIL), "pip install numpy" "pip install Pillow", "pip install scipy" "pip install scipy.misc" " ". numpy, : 1) numpy + mkl, 2) scipy, - Windows, .whl(wheel), : http://www.lfd.uci.edu/~gohlke/pythonlibs/
, . , Windows, C:\some \. . numpy + mkl, pip, scipy . Gohlke, pip . winbox :
C:\some\directory\> pip install numpy-1.12.1rc1+mkl-cp27-cp27m-win32.whl
( )
Installing collected packages: numpy
Successfully installed numpy-1.12.1rc1+mkl
( )
C:\some\directory\> pip install scipy-0.18.1-cp27-cp27m-win32.whl
" ...". .
, Python :
>>> import numpy as np
>>> from PIL import Image, ImageDraw
>>> import scipy.misc
. .jpg :
image = Image.open("Somefile.jpg")
image.show()
somefile.jpg.