Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Brief Description of the Issue #187

Open
DatadudeDev opened this issue Apr 28, 2024 · 0 comments
Open

[BUG] Brief Description of the Issue #187

DatadudeDev opened this issue Apr 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DatadudeDev
Copy link

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 DatadudeDev added the bug Something isn't working label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant