본문 바로가기

Tool/VS Code

[VSCode] Cannot activate the 'Pylance' extension because it depends on the 'Python' extension, which is not loaded. Would you like to reload the window to load the extension?

반응형

python extension이 안된다는 에러를 만났다...

잘되다가 무슨일이냐 ㅠㅠ (vscode update 했을 경우 많이 일어난다. 욕욕욕)

 

아래와 같은 에러나 다른 비슷한 에러가 난다.

 

error

Cannot activate the 'Pylance' extension because it depends on the 'Python' extension, which is not loaded. Would you like to reload the window to load the extension?

 

Solutions

1. python extension uninstall

2. vscode reload (vscode update했을 경우 많이 기다려 줘야한다.)

3. python extension install

4. 잘된다.

 

참고

https://github.com/microsoft/vscode-python/issues/17393

 

Cannot activate the 'Pylance' extension because it depends on the 'Python' extension, which is not loaded. Would you like to rel

 

github.com

 

반응형