We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before I was able to install on Mac, I had to add:
export CFLAGS="-I /opt/homebrew/include" export LDFLAGS="-L /opt/homebrew/lib"
Otherwise I got the error "lame/hip.c:750:10: fatal error: 'lame/lame.h' file not found" and "ld: library not found for -lmp3lame".
The text was updated successfully, but these errors were encountered:
For me:
brew install lame
Export header files:
export CFLAGS="-I/usr/local/include" export LDFLAGS="-L/usr/local/lib"
Then install ok:
pip install streamp3
Sorry, something went wrong.
No branches or pull requests
Before I was able to install on Mac, I had to add:
Otherwise I got the error "lame/hip.c:750:10: fatal error: 'lame/lame.h' file not found" and "ld: library not found for -lmp3lame".
The text was updated successfully, but these errors were encountered: