导航

module 'pip' has no attribute 'pep425tags'

Posted on 2018-07-31 14:52  kingwangzhen  阅读(5119)  评论(0编辑  收藏  举报
AMD64
import pip._internal
print(pip._internal.pep425tags.get_supported())
  • 1
  • 2
WIN32
import pip
print(pip.pep425tags.get_supported())