잘되던 jupyter가 갑자기 실행되지 않았다....
그래서 아나콘다 navigator를 실행해봤더니 이 또한 되지 않았다...
한 두번을 삭제했다 다시 설치했음에도 되지 않더라 흑흑
그래도 해결하긴했음!!!!
방법 1. 아나콘다의 공식 홈페이지에 들어가보자
https://docs.anaconda.com/free/navigator/troubleshooting/
Troubleshooting — Anaconda documentation
Set logged_api_url, anaconda_server_token, and anaconda_server_token_id in the Navigator config file (anaconda-navigator.ini) to None. Note The token and token ID config variable names have been updated from team_edition_token to anaconda_server_token and
docs.anaconda.com
우선, Navigator error on start up 을 따라해봤지만 되지 않았다.
그래서 밑에 Issues launching or initializing 도 따라 해봤지만 이 또한 되지 않았다.
아니 인간적으로 terminal 에서 안되는건 반칙 아닌가
그리고 이러한 error 메세지를 발견하게 되는데...
pydantic.errors.PydanticImportError: BaseSettings has been moved to the pydantic-settings package.
그래서 해결한 방법
1. cmd를 실행시켜서 pip install pydantic-setting 실행한다.
2. 아나콘다 경로 구성 파일을 확인한다
▼ 대부분 아래 경로에 있다.
▶ C:\Users\사용자아이디\anaconda3\Lib\site-packages\anaconda_cloud_auth
3. config.py 를 킨다!
4. line 8에 있는 from pydantic import BaseSettings 을

'Error_극복하기' 카테고리의 다른 글
SQL, Oracle ORA-01400 : NULL을 ~~ 오류 해결 (0) | 2024.01.19 |
---|---|
Anaconda Navigator 에서 Jupyter Notebook이 실행되지 않을 때 (0) | 2024.01.11 |
에러 Could not install packages due to an OSError: [Errno 2] No such file or directory 해결 (0) | 2023.10.27 |
Python (여러 에러를 동반한) 대용량 ZIP 파일 한꺼번에 압축풀기 (0) | 2023.10.25 |
matplotlib 그래프 그리는데 한글 폰트 안될 때, 'findfont' error (2) | 2023.05.01 |