原创 .whl is not a supported wheel on this platform錯誤處理

$ pip install pyHook-1.5.1-cp37-cp37m-win_amd64.whl ERROR: pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported whe

原创 使用pillow處理圖像

1、安裝pillow  pip install pillow   2、打開圖片 from PIL import Image im = Image.open('./templates/images/002-01.jpg') im.show