PyAudioとportaudioのインストールに問題があります。
私がする時 python -m pip install pyaudio
このエラーが発生しました:
src/_portaudiomodule.c(29): fatal error C1083: Cannot open include file: 'portaudio.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
----------------------------------------
Command ""C:\Users\This PC\AppData\Local\Programs\Python\Python37-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\THISPC~1\\AppData\\Local\\Temp\\pip-install-3ock7jqh\\pyaudio\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\THISPC~1\AppData\Local\Temp\pip-record-14pe9p6y\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\THISPC~1\AppData\Local\Temp\pip-install-3ock7jqh\pyaudio\
そのエラーを調べた後、私はportaudioをインストールする必要があることを読みました。だから私はpython -m pip install portaudio
とこのエラーが発生しました:
Collecting portaudio
Could not find a version that satisfies the requirement portaudio (from versions: )
No matching distribution found for portaudio
私は今ここからどこへ行くべきか分かりません。
python 3.6.xに問題なくpyaudioをインストールしましたが、それ以降のバージョンでは動作しません。
py -m pip instal pyaudio
3.6.x以前で完全に動作します。
Anacondaを使用している場合、この問題はバージョンがアップグレードされていないことが原因です。すべてのパッケージをアップグレードするには、ターミナルで次のコマンドを実行します。
conda update --all
Portaudio
は
pip install port audio
あなたもする必要があるかもしれません
pip install ConfigParser
うまくいったかどうか教えてください。