原文:AttributeError: 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-06-15 14:34 1 12244 推薦指數:

查看詳情

AttributeError: module 'pip' has no attribute 'main'

通過pycharm創建Django項目是出現如下錯誤 AttributeError: module 'pip' has no attribute 'main' 環境信息:pycharm2017.3.1(Professional Edition)、python3.6.5 (64位 ...

Thu Jan 24 23:01:00 CST 2019 0 1725
解決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