# 安裝 PyAudio 報錯解決方式 ###### tags: `Python` ## 解決方式 來源:[I can't install pyaudio on Windows? How to solve “error: Microsoft Visual C++ 14.0 is required.”?](https://stackoverflow.com/questions/52283840/i-cant-install-pyaudio-on-windows-how-to-solve-error-microsoft-visual-c-14)  如上圖,先用指令 `python --version` 查看目前 python 版本,同時確認是 64 或 32 位元的 python,接著到 [Unofficial Windows Binaries for Python Extension Packages](https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio) 下載對應版本的 whl 檔案安裝 pyaudio ## whl 版本對應關係  以上圖為例,cp 後面是 python 版本,例如 cp37 是 python 3.7, win_amd64 跟 win32 代表使用的是 amd 跟 intel 的 cpu。
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up