解决办法:
pip install pip==9.0.1
pip 10中没有get_installed_distributions这个方法,所以需要降级之后使用该方法
AttributeError: 'module' has no attribute 'get_installed_distributions'
最新推荐文章于 2023-04-07 17:00:55 发布
解决办法:
pip install pip==9.0.1
pip 10中没有get_installed_distributions这个方法,所以需要降级之后使用该方法