오늘도 평화롭게 주피터를 키고 코드를 두들기려했는데, 갑자기 에러가 떴다...
(뭐지...?? 오늘 아침만해도 잘 됐던거 같은디... )
에러코드는 TypeError: warn() missing 1 required keyword-only argument: 'stacklevel'
최근에 경로 바꾸고 막 이상한 짓 해서 그런 줄 알았는데, 다행히 그런건 아니였다.
pip uninstall traitlets
pip install traitlets==5.9.0
이런 경우 가볍게 cmd에 uninstall traitlets하고 , 다시 새로운 버전을 깔아주면 된다.
이렇게 했더니 이제 잘된다.
다시 만나서 반갑다 주피터야 ㅠㅠ
(참고 자료)
https://github.com/microsoft/azuredatastudio/issues/24436
ModuleNotFoundError: No module named 'jupyter_server.contents' switching to Python kernel · Issue #24436 · microsoft/azuredata
Started seeing this after the installing the 6.5.5 version of the notebook package for the python kernel. Unclear exactly what's causing it currently though. While this issue was caused by switchin...
github.com
'🔧 컴퓨터 에러' 카테고리의 다른 글
컴퓨터 듀얼 모니터 갑자기 안 됨 (모니터 같은 화면 나옴) (0) | 2024.07.01 |
---|---|
OSError: [WinError 126] 지정된 모듈을 찾을 수 없습니다 (fbgemm.dll, DLL 파일 오류) (0) | 2024.06.13 |
개발자 도구 자꾸 꺼지는 현상 (1) | 2023.12.05 |
주피터 노트북(jupyter notebook) Out of Memory 에러 (1) | 2023.12.03 |