Skip to content

Dependencies and HomeBrew #257

@FarmehrF

Description

@FarmehrF

Hi I wanted to play around with pyo but while installing using pip I got this error:

 include/ad_portaudio.h:25:10: fatal error: 'portaudio.h' file not found
      #include "portaudio.h"

But I've installed portaudio and other dependencies using brew, this is the output of brew install portaudio

Warning: portaudio 19.7.0 is already installed and up-to-date.
To reinstall 19.7.0, run:
  brew reinstall portaudio

Then I tried building it from the source but then I got this error:

include/servermodule.h:31:10: fatal error: 'sndfile.h' file not found
#include "sndfile.h"
         ^~~~~~~~~~~

But I've also installed this, this is the output of the command brew install libsndfile:

Warning: libsndfile 1.2.0 is already installed and up-to-date.
To reinstall 1.2.0, run:
  brew reinstall libsndfile
Python 3.10.9
macOS Monterey 12.6.1
Mac Mini M1

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