pkg_resources.DistributionNotFound: The ‘pip==9.0.0‘ distribution was not found and is required

升级pip后出现问题:
在这里插入图片描述
解决方法:

easy_install pip==9.0.0

参考博客:
bug宝典Python篇 pkg_resources.DistributionNotFound: The ‘pip==7.1.0’ distribution was not found and is

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_43973415/article/details/107622985