Skip to content

Failed building wheel for pyaudio on MacOs #6

@jabassou

Description

@jabassou

When installing dependencies via pip on macos I got this error:
Failed building wheel for pyaudio

To correct the error you need to:

  • Make sure you have the appropriate development tools installed on your system. In the case of macOS, you can install them by running the following command :
    xcode-select --install

  • Install the PortAudio library using Homebrew (if you haven't already done so):
    brew install portaudio

  • Once PortAudio is installed, try installing the dependencies again using pip:
    pip install -r requirements.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions