self-operating-computer icon indicating copy to clipboard operation
self-operating-computer copied to clipboard

[BUG] Brief Description of the Issue

Open DatadudeDev opened this issue 1 year ago • 0 comments

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

  1. Git clone the repo && cd into it
  2. install the requrements-audio.txt (per the instructions) (Fail -- cannot build wheels)
  3. Install portaudio19 and python3-pyaudio (apt-get)
  4. install the requirements-audio.txt again
  5. 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

DatadudeDev avatar Apr 28 '24 00:04 DatadudeDev