Skip to content

Latest commit

 

History

History

03、查看自己python所支持的whl文件类型

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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

在shell中输入

import pip
print(pip.pep425tags.get_supported())