기계는 거짓말하지 않는다

Visual Studio Code Python: Fatal error in launcher 본문

IDE/VS Code

Visual Studio Code Python: Fatal error in launcher

KillinTime 2021. 7. 19. 21:05

VS Code에서 pip install 명령어를 실행할 때 이러한 오류를 보는 경우가 있다.

Fatal error in launcher: Unable to create process using "경로"

한글로 된 디렉터리 또는 경로를 찾을 수 없어서 아니면 가상환경을 사용하고 있을 때 볼 수 있다.

해결법

Cmd에서 python -m pip install --upgrade pip 실행

또는 VS Code 상에서 python -m pip install 명령어 실행

'IDE > VS Code' 카테고리의 다른 글

VS Code Docker SSH 연결  (0) 2023.02.14
VS Code SSH 설정  (0) 2022.11.04
VS Code SSH Could not establish connection to Error  (0) 2022.01.19
Visual Studio Code Python 가상환경 설정  (0) 2021.07.09
Visual Studio Code 확장 설치  (0) 2021.07.09
Comments