self-operating-computer
self-operating-computer copied to clipboard
[BUG] Brief Description of the Issue
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