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
I've successfully used pytaglib on my previous Mac, but on the new one (M4 Pro) the installation keeps failing with
src/taglib.cpp:1287:10: fatal error: 'taglib/tstring.h' file not found
tstring.h is in /opt/homebrew/opt/taglib/include/taglib , but I can't figure out how to tell pip3 to find it there?
This error has been mentioned in other reports, but none oth the solutions seems to work for MacOS (Sequoia 15.1)
Any help appreciated...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've successfully used pytaglib on my previous Mac, but on the new one (M4 Pro) the installation keeps failing with
src/taglib.cpp:1287:10: fatal error: 'taglib/tstring.h' file not found
tstring.h is in /opt/homebrew/opt/taglib/include/taglib , but I can't figure out how to tell pip3 to find it there?
This error has been mentioned in other reports, but none oth the solutions seems to work for MacOS (Sequoia 15.1)
Any help appreciated...
The text was updated successfully, but these errors were encountered: