查看pip支持的whl文件:'module' object has no attribute 'pep425tags'

参考:
1、module ‘pip’ has no attribute ‘pep425tags’
2、module ‘pip._internal’ has no attribute ‘pep425tags’

python 2.7,Jetson nano
进入python,

AMD64

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

WIN32

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

以上还是不行

import wheel.pep425tags as w
print(w.get_supported())

查看pip支持的whl文件:'module' object has no attribute 'pep425tags'(如有侵犯,请联系作者修改或删除)

查看pip支持的whl文件:'module' object has no attribute 'pep425tags'查看pip支持的whl文件:'module' object has no attribute 'pep425tags' Retrospector 发布了14 篇原创文章 · 获赞 4 · 访问量 9314 私信 关注
上一篇:python的常用pip命令


下一篇:1366, "Incorrect string value: '\\xF0\\x9F\\x91\\x89\\xE3\\x80...' for co