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
相關文章
相關標籤/搜索