原文:解决pycharm问题:module 'pip' has no attribute 'main'

Mac平台下找到packaging tool.py 如果其他平台可以按报错查这个文件目录及文件。 URL: Applications PyCharm.app Contents helpers packaging tool.py 好久没打开PyCharm创建项目了,今天打开突然报了一个 AttributeError: module pip has no attribute main 查了资料才知道 ...

2018-09-07 15:41 0 996 推荐指数:

查看详情

解决pycharm问题module 'pip' has no attribute 'main'

前言:更新pip之后,Pycharm安装package出现报错:module 'pip' has no attribute 'main' 1.找到pycharm的安装目录下的 helpers/packaging_tool.py文件 2.修改代码 修改前: 修改后 ...

Thu Mar 14 01:15:00 CST 2019 0 577
解决pycharm问题module 'pip' has no attribute 'main'

今天在用pycharm下载module的时候突然就报错: module 'pip' has no attribute 'main' 解决办法是找到Pycharm的安装目录下面的Contents/helpers下面的packaging_tool.py 把do_install ...

Wed May 09 04:31:00 CST 2018 0 6313
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM