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

undefined symbol: basic_properties_to_PyDict #136

Closed
marco-c opened this issue Nov 25, 2019 · 2 comments · Fixed by #150
Closed

undefined symbol: basic_properties_to_PyDict #136

marco-c opened this issue Nov 25, 2019 · 2 comments · Fixed by #150

Comments

@marco-c
Copy link

marco-c commented Nov 25, 2019

Python 3.7.5 (default, Oct 27 2019, 15:43:29) 
[GCC 9.2.1 20191022] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from librabbitmq import Connection
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/marco/.local/lib/python3.7/site-packages/librabbitmq/__init__.py", line 7, in <module>
    import _librabbitmq
ImportError: /home/marco/.local/lib/python3.7/site-packages/_librabbitmq.cpython-37m-x86_64-linux-gnu.so: undefined symbol: basic_properties_to_PyDict

This sounds similar to #5.

@adbharti
Copy link

what is the fix for above?

@thedrow
Copy link
Member

thedrow commented Apr 29, 2021

what is the fix for above?

#150.

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

Successfully merging a pull request may close this issue.

3 participants