查看python支持的whl文件类型

查看你的python所支持的whl 文件类型(非常重要,否则会发生:* is not a supported wheel on this platform错误)

>>>import pip

>>>print(pip.pep425tags.get_supported())

原文地址:https://www.cnblogs.com/ZT-SummerRain/p/8807948.html