AttributeError: module 'pip' has no attribute 'pep425tags'

情境再现: AttributeError: module 'pip' has no attribute 'pep425tags'   分析问题: 百度可知是Win32和Win64的输入命令各有所不同。   解决问题: win64 import pip._internal print(pip._internal.pep425tags.get_supported())   win32 import p
相关文章
相关标签/搜索