> On 20/03/2021, at 03:31, Marc Vinyals <[email protected]> wrote:
> 
> $ nm -D -g 
> /usr/lib/python3.8/site-packages/igraph/_igraph.cpython-38-x86_64-linux-gnu.so
>  | grep igraph_subcomponent
> 
>                 U igraph_subcomponent

“U” is for undefined I think. So, it needs to be in one of the loaded
libraries. Since you know how to use “nm” can you do the search on libigraph?
It looks like an upstream issue or possibly a subtle fault in the build system
for the library.

François

Reply via email to