查看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())

在這裏插入圖片描述(如有侵犯,請聯繫作者修改或刪除)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章