-
Notifications
You must be signed in to change notification settings - Fork 130
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 fails with "undefined symbol" #68
Comments
Can you try to build with rustc 1.60.0 ? It looks like a change in 1.61.0 broke the Python build: https://github.com/rust-lang/rust/blob/1.61.0/RELEASES.md#compatibility-notes |
Yup, this seems to be the problem. 1.60.0 works, 1.61.0 fails. So we need to change some details about how the linking is done? |
bluec0re
pushed a commit
to bluec0re/weggli
that referenced
this issue
Nov 23, 2023
bluec0re
pushed a commit
to bluec0re/weggli
that referenced
this issue
Nov 23, 2023
bluec0re
pushed a commit
to bluec0re/weggli
that referenced
this issue
Nov 23, 2023
felixwilhelm
pushed a commit
that referenced
this issue
Jan 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I seem to have some problems building the Python bindings on my Ubuntu 22.04 LTS setup. Running the Python test yields the output below. A similar error occurs if I do
python3 setup.py install --user
followed bypython3 -c 'import weggli'
. When another person tried it though it worked so it's not always. Might be something broken with my environment but posting it here for future reference and my debugging efforts.The text was updated successfully, but these errors were encountered: