通过引用pip,就可以查看python环境支持的whl

>>> import pip
>>> print(pip.pep425tags.get_supported())
[('cp35', 'cp35m', 'win_amd64'), ('cp35', 'none', 'win_amd64'), ('py3', 'none
'win_amd64'), ('cp35', 'none', 'any'), ('cp3', 'none', 'any'), ('py35', 'none
'any'), ('py3', 'none', 'any'), ('py34', 'none', 'any'), ('py33', 'none', 'an
, ('py32', 'none', 'any'), ('py31', 'none', 'any'), ('py30', 'none', 'any')]

参考文章
《pip安装报错:is not a supported wheel on this platform》
https://www.cnblogs.com/nice-forever/p/5371906.html