module 'pip' has no attribute 'pep425tags'
Posted on 2018-07-31 14:52 kingwangzhen 阅读(5140) 评论(0) 编辑 收藏 举报AMD64
import pip._internal
print(pip._internal.pep425tags.get_supported())
- 1
- 2
WIN32
import pip
print(pip.pep425tags.get_supported())
|
|
module 'pip' has no attribute 'pep425tags'Posted on 2018-07-31 14:52 kingwangzhen 阅读(5140) 评论(0) 编辑 收藏 举报AMD64
WIN32
|
|