1. 程式人生 > >【Python】學習遇到錯誤記錄

【Python】學習遇到錯誤記錄

###########################

錯誤 *.whl is not a supported wheel on this platform.

D:\Download>pip install pygame-1.9.3-cp36-cp36m-win32.whl
pygame-1.9.3-cp36-cp36m-win32.whl is not a supported wheel on this platform.


錯誤原因:Python本身版本為2.7,需要安裝的whl檔案對應Python版本為3.6

解決辦法:pip install pygame-1.9.3-cp27

-cp27m-win32.whl