網站首頁 編程語言 正文
anaconda打開閃退:(過程中可能需要輸入y確認)
1.管理員權限運行anaconda prompt
2.升級conda:
conda update anaconda-navigator
3.重置navigator:?
anaconda-navigator --reset
4.升級客戶端:
conda update anaconda-client
5.升級安裝依賴包:
conda update -f anaconda-client
6.再嘗試打開anaconda
7.如果上方出現(xiàn)更新較慢,可以添加鏡像源,加快速度:
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
8.查看是否添加上源了:
conda config --show(看channels屬性下是否有上方添加的兩個鏡像了)
9.如果鏡像失效,刪除鏡像:
conda config --remove channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
補充:anaconda打開出現(xiàn)黑框隨后閃退
在cmd中輸入Anaconda-Navigator發(fā)現(xiàn)報錯
為
qtpy.PythonQtError: No Qt bindings could be found
隨后尋找到如下安裝方案:
1.保證你電腦上有原裝的python,就是從官網下的那個原版python
Run “pip install pyqt5-tools” from cmd.
2.在命令行窗口(cmd)輸入pip install pyqt5-tools
You should have a message on screen post-installation - “Successfully installed click-7.0 pyqt5-5.13.0 pyqt5-tools-5.13.0.1.5 python-dotenv-0.10.3” 3.如果安裝成功,會提示"Successfully installed click-7.0 pyqt5-5.13.0 pyqt5-tools-5.13.0.1.5 python-dotenv-0.10.3"的字樣,反正只要沒報錯就行。
總結
原文鏈接:https://blog.csdn.net/weixin_45647721/article/details/126062397
相關推薦
- 2022-06-06 Docker容器化應用與結構_docker
- 2022-04-18 Python?socket如何解析HTTP請求內容_python
- 2023-07-05 mybatis-plus引入及其代碼生成器
- 2022-05-09 如何將Python列表轉換為字符串_python
- 2022-05-31 Python中的列表及其操作方法_python
- 2022-07-25 Android?嵌套?Intent?隱患及解決方案_Android
- 2022-09-16 python?playwrigh框架入門安裝使用_python
- 2022-09-13 Linux中一對多配置日志服務器的詳細步驟_Linux
- 最近更新
-
- window11 系統(tǒng)安裝 yarn
- 超詳細win安裝深度學習環(huán)境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區(qū)別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優(yōu)雅實現(xiàn)加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發(fā)現(xiàn)-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態(tài)字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發(fā)送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支