1. 程式人生 > >查看Python支持的.whl文件版本

查看Python支持的.whl文件版本

技術分享 tag 版本 python pep alt png 查看 tro

AMD64

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

WIN32

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

技術分享圖片

查看Python支持的.whl文件版本