Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- DIF_SR
- 지도시각화
- TensorflowDeveloperCertificate
- BloombergMarketConcepts
- jsonlines
- LatentFactorModel
- sshtunnel
- pandas
- Cast
- jsonl
- VScodeNotResponding
- vscode
- ExplicitData
- decimal error
- numpy.bool
- str.replace
- wordembedding
- Visualization
- MatrixFactorization
- Colab
- implicitData
- 텐서플로자격증
- json
- Convert
- github2FA
- gluonnlp
- Python
- iterrows
- session-basedRecommendation
- MySQL
Archives
- Today
- Total
garret
[VScode] The window is not responding 본문
Error 상세
VScode에서 jupyter notebook으로 작업을 하다가 갑자기 "The window is not responding" 메시지가 뜨면서 작동안함.
Reopen, close, keep waiting 어떤 걸 눌러도, 컴퓨터 재부팅 해봐도 동일 에러 반복.
Error 원인 및 해결법
VScode 내부 문제인 거 같고 찾아봤을때, 원인 및 해결법은 크게 3가지로 나뉘는 듯
1. VScode의 pylance extension 버전 문제
2. 컴퓨터 내부의 보안프로그램(McAfee)과의 충돌
3. 기타
1번은 VScode의 pylance extension을 이전버전으로 돌리면 해결된다고 하고,
2번은 보안프로그램을 제거하라고 하는데, 좋은 해결책인지는 잘 모르겠다.
나의 경우는 3번이었다.
아래 python 코드블럭을 jupyter 노트북에서 실행했더니 에러가 해결되었다.
def foo():
pass
그런데 또 작업을 하다가 에러가 재발생했다.
다른 주피터파일은 문제가 없는데 작업하던 파일만 문제가 생겨서 다시 찾아보니, 아래 방법들이 나왔다.
이 중 'Reset the Video Drivers'(윈도우의 경우, Window + ctrl + shift + B)를 시도했고, 문제가 해결되었다.
Reference
https://github.com/microsoft/pylance-release/issues/2783#issuecomment-1125496102
https://notresponding.us/visual-studio-code-window-is-not-responding/