0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

pyaudioのインストールで詰まったときの解決メモ

Last updated at Posted at 2025-01-17

環境

・Ubuntu 24.04.1 LTS
・Python 3.11.9

エラーログ

ERROR: Could not build wheels for pyaudio,,,,

解決法

sudo apt install portaudio19-dev
pip install PyAudio

参考にした記事

どちらも1年以上前、かつpythonのバージョンも古かったため、本記事記載の環境でも可能か試したが、問題なかった。

大文字小文字は区別されることに注意。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?