libdnet
libdnet copied to clipboard
ImportError at start
Hey, I encountered a problem when importing dnet into my python project. When executing the script it throws the following error:
ImportError: /home/marcelk/.local/lib/python3.9/site-packages/dnet.cpython-39-x86_64-linux-gnu.so: undefined symbol: ip_open
Any suggestions on wether this is an error on my part or did I miss something?
Thank you in advance!
Hi @marcel-git ! Sorry for the delayed reply. Can you explain what OS you are running, how you installed libdnet and the Python module? Can you provide the output of:
$ nm -D /home/marcelk/.local/lib/python3.9/site-packages/dnet.cpython-39-x86_64-linux-gnu.so |grep ip_open
$ ldd /home/marcelk/.local/lib/python3.9/site-packages/dnet.cpython-39-x86_64-linux-gnu.so
No activity... Closing out. If it's still relevant, please reopen.