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.
Android Studio3.4中出現某個項目全部亂碼的情況之解決方式
2.
Packet Capture
3.
Android 開發之 仿騰訊視頻全部頻道 RecyclerView 拖拽 + 固定首個
4.
rg.exe佔用cpu導致卡頓解決辦法
5.
X64內核之IA32e模式
6.
DIY(也即Build Your Own) vSAN時,選擇SSD需要注意的事項
7.
選擇深圳網絡推廣外包要注意哪些問題
8.
店鋪運營做好選款、測款的工作需要注意哪些東西?
9.
企業找SEO外包公司需要注意哪幾點
10.
Fluid Mask 摳圖 換背景教程
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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'
>>更多相關文章<<