본문 바로가기
Issue

Python) ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyaudio) 오류

by 박채니 2024. 11. 27.
SMALL

안녕하세요, 코린이의 코딩 학습기 채니 입니다.

개인 포스팅용으로 내용에 오류 및 잘못된 정보가 있을 수 있습니다.

실행 환경

  • MacOS
  • python 3.11

pyaudio 설치 시 ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyaudio) 오류가 발생하였다.

 

MacOS의 경우 portaudio를 먼저 설치한 후 pyaudio를 설치해줘야 한다.

$ brew install portaudio
$ pip install pyaudio

 

 

참고사이트

https://github.com/ardha27/AI-Waifu-Vtuber/issues/49

 

Failed building wheel for PyAudio · Issue #49 · ardha27/AI-Waifu-Vtuber

tried 3 times and failed all 3 times. first is just following the installation process but didnt work. then i pip install PyAudio and tried again whick also didnt work INFO: pip is looking at multi...

github.com

LIST