ERROR: Failed building wheel for webrtcad
ERROR: Failed building wheel for webrtcad
발생 시점
- Env
- Window 10 OS
- Ananconda virtual env
- Python 3.7.11
pip install resemblyzer
- 명령어 실행 시 오류 발생
Try 1
pip install --upgrade pip
- pip의 문제인것 같아서 upgrade를 해준 후 다시
pip install resemblyzer
실행함
Result 1
ERROR: Failed building wheel for webrtcvad
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/
Try 2
- Error에 나온대로 해당 링크에 접속하여 C++ Build Tools 다운로드
- 다음 post 글을 참조하여 Build Tools 다운로드를 진행함
Result2
- 다운로드 후, 재시작을 요구함
- 재시작 후
pip install resemblyzer
다시 실행
- Successfully installed
댓글남기기