whisper_mic icon indicating copy to clipboard operation
whisper_mic copied to clipboard

Suggest adding gcc, ffmpeg, and portaudio19-dev to requirements.txt

Open nixkuroi opened this issue 3 years ago • 1 comments

After trying to install with pip install -r requirements, it errored out saying that gcc wasn't installed. Following that, it failed to build the wheel for pyaudio until I installed portaudio19-dev.

I suggest adding those two dependencies to requirements.txt file.

nixkuroi avatar Apr 20 '23 08:04 nixkuroi

A PR that does this correctly with the toml would be accepted.

mallorbc avatar Jul 04 '24 07:07 mallorbc