Open FarmehrF opened 1 year ago
In such situations, consider setting the bash/zsh variables LIBRARY_PATH
and CPATH
explicitly.
On my Mac I have:
export LIBRARY_PATH="/opt/homebrew/lib:$LIBRARY_PATH" export CPATH="/opt/homebrew/include:$CPATH"
I'm on:
Python 3.10.9
macOS Ventura 13.2
MacBook Pro Apple M1 Max
Hi I wanted to play around with pyo but while installing using pip I got this error:
But I've installed portaudio and other dependencies using brew, this is the output of brew install portaudio
Then I tried building it from the source but then I got this error:
But I've also installed this, this is the output of the command brew install libsndfile: