解决Pycharm中module 'pip' has no attribute 'main'的问题
Posted Mr.Gavin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Pycharm中module 'pip' has no attribute 'main'的问题相关的知识,希望对你有一定的参考价值。
背景:pip升级至10.0.1后,使用Pycharm安装Package时一直提示module \'pip\' has no attribute \'main\'报错信息。
解决方法:
找到Pycharm安装目录C:\\Works\\tools\\JetBrains\\PyCharm 2016.3.3\\helpers下面的packaging_tool.py文件,
打开后定位到如下代码:
修改为如下代码:
修改后保存,再安装新的Package时就可以成功了。
以上是关于解决Pycharm中module 'pip' has no attribute 'main'的问题的主要内容,如果未能解决你的问题,请参考以下文章
解决pycharm问题:module 'pip' has no attribute 'main'
解决pycharm问题:module 'pip' has no attribute 'main'
Pycharm问题:module 'pip' has no attribute 'main'
pycharm 安装第三方库报错:AttributeError: 'module' object has no attribute 'main'
pycharm安装第三方库失败module 'pip' has no attribute 'main'
pycharm 安装第三方库报错:AttributeError: 'module' object has no attribute 'main'