查看pip支持版本方法

安装whl文件出错python 报:文件名.whl is not a supported wheel on this platform.函数 应该是pip不支持这个whl文件的缘故,网上找了几个方法,最终解决了问题,记录一下查看pip支持版本的方法。this import pip print(pip.pep425tags.get_supported()) 这个函数能够查看到安装的pip支持的文件
相关文章
相关标签/搜索