You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
nixkuroi
changed the title
Suggest adding gcc and portaudio19-dev to requirements.txt
Suggest adding gcc, ffmpeg, and portaudio19-dev to requirements.txt
Apr 20, 2023
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.
The text was updated successfully, but these errors were encountered: