libdnet icon indicating copy to clipboard operation
libdnet copied to clipboard

ImportError at start

Open marcel-git opened this issue 2 years ago • 1 comments

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!

marcel-git avatar Oct 20 '21 10:10 marcel-git

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

ofalk avatar Nov 04 '21 12:11 ofalk

No activity... Closing out. If it's still relevant, please reopen.

ofalk avatar Apr 07 '23 07:04 ofalk