-
Notifications
You must be signed in to change notification settings - Fork 6
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
python bindings don't work on macOS #75
Comments
I get the same failures on both macOS 11 and 12. @baltzell what version did you test today? |
macOS 12, successfully, on two different laptops so far |
Have you tried |
That one seems fine too. |
Looks like EDIT: this is because the Homebrew formula installs both static and shared libs; |
TODO
{macos-latest, python}
test in the CI test matrixThe Issue
Here is the CI output from running the python examples; note the additional
DEBUG:
printouts which show the arguments provided tocppyy.add_include_path
andcppyy.add_library_path
.The text was updated successfully, but these errors were encountered: