ERROR: Failed building wheel for cx_oracle

조용민·2024년 5월 30일
post-thumbnail

pip install cx_Oracle 때 오류가 났다.
내용은 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/
비주얼 C++를 설치하라는 내용이였다. 위 사이트에 접속해서 Build Tools 다운로드 받고 실행한다.
실행 후 C++를 사용한 데스크톱 개발에 체크 -> 다운로드 해주면 된다.
끝으로 pip install cx_Oracle 하면 정상적으로 설치가 된다.

0개의 댓글