본문 바로가기
Windows

error: microsoft visual c++ 14.0 or greater is required. get it with "microsoft c++ build tools 에러

by Rainbound-IT 2023. 5. 20.
반응형

목차

     

    에러

    pip 로 패키지 설치하는데 

     

    error: microsoft visual c++ 14.0 or greater is required. get it with "microsoft c++ build tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

    에러가 발생했다.

     

    설치

     

    https://visualstudio.microsoft.com/ko/visual-cpp-build-tools/

     

    Microsoft C++ Build Tools - Visual Studio

    Microsoft C++ Build Tools는 Visual Studio 없이 스크립트 가능한 독립 실행형 설치 관리자를 통해 MSVC 도구 집합을 제공합니다. 명령줄에서 Windows를 대상으로 하는 C++ 라이브러리 및 애플리케이션을 빌드

    visualstudio.microsoft.com

    Bulid Tools 다운로드를 클릭

    파일 다운로드 받고 실행합니다.

     

     

    windows 버전에 맞는 sdk 를 선택합니다.

     

    C++를 사용한 데스크톱 개발에 체크를 하여 설치합니다. (약 7~8GB 가 필요합니다.)

    만약 이 화면이 나오지 않으면 build tools를 설치후 실행한 다음 수정을 클릭하면 위와 같은 화면이 나옵니다.

     

     

    수정을 클릭

     

     

    SDK 설치 관련 에러

    만약 SDK 를 설치하지않으면 아래와 같은 에러가 발생합니다.(저의 경우 10이라 11을 해제했더니 아래와 같이 에러가 발생했습니다.

    error: command 'cl.exe' failed: none

    SDK를 위에서 체크하여 설치하면 다음과 같은 에러가 발생할 수 있습니다.

    파티션이 다른곳에 설치되어 있을경우 이런 에러가 뜰수 있는것 같습니다.

    저의 경우는 B드라이브에 설치 관련 파일이 있었고 C에 visual Stuido를 설치 했었습니다.

     

    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.36.32532\\bin\\Hostx86\\x64\\cl.exe' failed with exit code 2

    경로를 복사하여 환경변수 중 시스템 변수 - path에 추가하시면됩니다.

     

     

    이런식으로 추가히시면 됩니다.

     

    반응형

    댓글