Skip to content
New issue

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

Installation on Mac OS #11

Open
kylemcdonald opened this issue Oct 6, 2023 · 1 comment
Open

Installation on Mac OS #11

kylemcdonald opened this issue Oct 6, 2023 · 1 comment

Comments

@kylemcdonald
Copy link

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".

@winlinvip
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants