module 'pip._internal' has no attribute 'pep425tags'
摘要:这是python 3.x不能用2.x的版本问题; 解决方案: import wheel.pep425tags as w print(w.get_supported()) 如果报错: TypeError: get_supported() missing 1 required positional ar
阅读全文
posted @
2020-08-13 21:37
小原同学
阅读(680)
推荐(0)