JavaShuo
欄目
標籤
pycharm 安裝第三方庫報錯:AttributeError: 'module' object has no attribute 'main'
時間 2020-07-06
標籤
pycharm
安裝
第三方
報錯
attributeerror
module
object
attribute
main
简体版
原文
原文鏈接
pip升級到 10.0.1 以後 老版的pycharm 使用pip安裝第三方庫的時候會報錯,報錯如上圖所示: 其主要緣由是 新版的 pip 更改了 部分api 將其中 pip.main() 改成 pip_main(),api 舊版的pycharm中 在packaging_tool.py 中引用的就是 pip.main()方法,因此會報錯。 最簡單的、最完美的解決方法爲: 1.找到pycharm 目
>>阅读原文<<
相關文章
1.
pycharm 安裝第三方庫報錯:AttributeError: 'module' object has no attribute 'main'
2.
AttributeError: 'module' object has no attribute 'main'
3.
Python2.7報錯 AttributeError: 'module' object has no attribute 'F_GETFD'
4.
AttributeError: module 'pip' has no attribute 'main'
5.
GNURadio報錯: AttributeError: ‘module‘ object has no attribute ‘channelizer‘
6.
Python報錯:AttributeError: 'RACNN' object has no attribute 'module'
7.
報錯 AttributeError: 'module' object has no attribute 'bool_'
8.
報錯:AttributeError: 'module' object has no attribute 'SummaryWrite'
9.
Pycharm 報錯 「AttributeError: module 'matplotlib' has no attribute 'verbose'」
10.
Python 錯誤 AttributeError: module 'pip' has no attribute 'main'
更多相關文章...
•
Docker 安裝 Tomcat
-
Docker教程
•
Docker 安裝 Apache
-
Docker教程
•
Composer 安裝與使用
•
IntelliJ IDEA安裝代碼格式化插件
相關標籤/搜索
attributeerror
main
attribute
PyCharm的安裝
第三方類庫
object...object
object
module
錯報
報錯
MySQL教程
Hibernate教程
MyBatis教程
數據庫
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
CVPR 2020 論文大盤點-光流篇
2.
Photoshop教程_ps中怎麼載入圖案?PS圖案如何導入?
3.
org.pentaho.di.core.exception.KettleDatabaseException:Error occurred while trying to connect to the
4.
SonarQube Scanner execution execution Error --- Failed to upload report - 500: An error has occurred
5.
idea 導入源碼包
6.
python學習 day2——基礎學習
7.
3D將是頁遊市場新賽道?
8.
osg--交互
9.
OSG-交互
10.
Idea、spring boot 圖片(pgn顯示、jpg不顯示)解決方案
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
pycharm 安裝第三方庫報錯:AttributeError: 'module' object has no attribute 'main'
2.
AttributeError: 'module' object has no attribute 'main'
3.
Python2.7報錯 AttributeError: 'module' object has no attribute 'F_GETFD'
4.
AttributeError: module 'pip' has no attribute 'main'
5.
GNURadio報錯: AttributeError: ‘module‘ object has no attribute ‘channelizer‘
6.
Python報錯:AttributeError: 'RACNN' object has no attribute 'module'
7.
報錯 AttributeError: 'module' object has no attribute 'bool_'
8.
報錯:AttributeError: 'module' object has no attribute 'SummaryWrite'
9.
Pycharm 報錯 「AttributeError: module 'matplotlib' has no attribute 'verbose'」
10.
Python 錯誤 AttributeError: module 'pip' has no attribute 'main'
>>更多相關文章<<