查询Python支持的.whl格式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查询Python支持的.whl格式相关的知识,希望对你有一定的参考价值。

import pip

print(pip.pep425tags.get_supported())

结果:

(cp34‘, none‘, win_amd64‘), (cp34‘, none‘, any‘), (cp3‘, none‘, any‘), (cp33‘, none‘, any‘), (cp32‘, none‘, any‘), (cp31‘, none‘, any‘), (cp30‘, none‘, any‘), (py34‘, none‘, any‘), (py3‘, none‘, any‘), (py33‘, none‘, any‘), (py32‘, none‘, any‘), (py31‘, none‘, any‘), (py30‘, none‘, any‘)

例:

scikit_learn-0.19.1-cp34-none-any.whl

 

以上是关于查询Python支持的.whl格式的主要内容,如果未能解决你的问题,请参考以下文章

Python3中.whl文件介绍

Python3中.whl文件介绍

如何安装wordcloud python whl

python whl是啥文件

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

如何查看本机安装的python支持哪种.whl文件