AmazingCounters.com

查看python支持的whl文件类型

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

 

>>>import pip

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

 

posted @ 2018-04-12 15:18  MySummerRain  阅读(1074)  评论(0编辑  收藏  举报