pip安裝報錯'not a supported wheel on this platform'

這個錯誤很常見,解決方法是改名,首先要獲得在你的機器的平臺上的合法名稱: import pip pip.pep425tags.get_supported() 結果可能如下: 上圖的意思就是說對於python3.6(cp36)來說,合法的名字只能是這些,比如: ‘cp36_cp36m_macosx_10_12_x86_64.whl’ ‘cp36_cp36m_macosx_10_12_intel.wh
相關文章
相關標籤/搜索