OthersideAI / self-operating-computer

A framework to enable multimodal models to operate a computer.
https://www.hyperwriteai.com/self-operating-computer
MIT License
8.21k stars 1.09k forks source link

[BUG] Brief Description of the Issue #187

Open DatadudeDev opened 2 months ago

DatadudeDev commented 2 months ago

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

Screenshots

N/a

Additional context

N/a