Pip install 時に出てくる コンパイルエラー

提供:sufeeWiki
2022年3月13日 (日) 21:52時点におけるSufee Admin (トーク | 投稿記録)による版 (概要)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

概要

    src/_portaudiomodule.c:29:10: fatal error: portaudio.h: そのようなファイルやディレクトリはありません
      29 | #include "portaudio.h"
         |          ^~~~~~~~~~~~~
   compilation terminated.
   error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
   ----------------------------------------

こんなやつ

解決方法

aptでc言語のモジュールをインストールすればよい
今回は概要の例のportaudio.hがないので

sudo apt install portaudio19-dev 

のような感じ