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
Found a bug? Please fill out the sections below. 👍
Describe the bug
The order of the installs for Linux in the README could be re-evaluated. The user needs to install portaudio before attempting to install the requirements-audio.txt, or else the install will fail.
a
Steps to Reproduce
Git clone the repo && cd into it
install the requrements-audio.txt (per the instructions)
(Fail -- cannot build wheels)
Install portaudio19 and python3-pyaudio (apt-get)
install the requirements-audio.txt again
success
Expected Behavior
Successfully built the app.
Actual Behavior:
fails until the proceeding step- is completed (apt-get portaudio...) and the user backtracks to install the requirements.txt
Environment
Linux Mint x64
Screenshots
N/a
Additional context
N/a
The text was updated successfully, but these errors were encountered:
Found a bug? Please fill out the sections below. 👍
Describe the bug
The order of the installs for Linux in the README could be re-evaluated. The user needs to install portaudio before attempting to install the requirements-audio.txt, or else the install will fail.
a
Steps to Reproduce
(Fail -- cannot build wheels)
Expected Behavior
Successfully built the app.
Actual Behavior:
fails until the proceeding step- is completed (apt-get portaudio...) and the user backtracks to install the requirements.txt
Environment
Screenshots
N/a
Additional context
N/a
The text was updated successfully, but these errors were encountered: