Skip to content

importing on macOS fails with symbol not found #346

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

Open
nijel opened this issue Mar 19, 2025 · 1 comment
Open

importing on macOS fails with symbol not found #346

nijel opened this issue Mar 19, 2025 · 1 comment

Comments

@nijel
Copy link

nijel commented Mar 19, 2025

On macOS 15.3.1 (GitHub Actions) importing xmlsec fails:

>>> import xmlsec
ImportError: dlopen(/Users/runner/work/weblate/weblate/.venv/lib/python3.12/site-packages/xmlsec.cpython-312-darwin.so, 0x0002): symbol not found in flat namespace '_xmlSecOpenSSLTransformHmacRipemd160GetKlass'

The CI log for this is at https://github.com/WeblateOrg/weblate/actions/runs/13947483456/job/39038029295

@bahag-klickst
Copy link

Error does not occur when using xmlsec 1.3.14, btw

nijel added a commit to nijel/weblate that referenced this issue Mar 25, 2025
Let's take same approach as we already do on Linux as these wheels are
always causing some issues.

See also xmlsec/python-xmlsec#346
nijel added a commit to nijel/weblate that referenced this issue Mar 25, 2025
Let's take same approach as we already do on Linux as these wheels are
always causing some issues.

See also xmlsec/python-xmlsec#346
nijel added a commit to nijel/weblate that referenced this issue Mar 25, 2025
Let's take same approach as we already do on Linux as these wheels are
always causing some issues.

See also xmlsec/python-xmlsec#346
nijel added a commit to nijel/weblate that referenced this issue Mar 25, 2025
Let's take same approach as we already do on Linux as these wheels are
always causing some issues.

See also xmlsec/python-xmlsec#346
nijel added a commit to nijel/weblate that referenced this issue Mar 25, 2025
The xmlsec is currently not working on macos, but that should not block
rest of the code.

See also xmlsec/python-xmlsec#346
nijel added a commit to WeblateOrg/weblate that referenced this issue Mar 25, 2025
The xmlsec is currently not working on macos, but that should not block
rest of the code.

See also xmlsec/python-xmlsec#346
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