igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] pip install python-igraph error?


From: Nick Eubank
Subject: Re: [igraph] pip install python-igraph error?
Date: Sun, 24 May 2015 20:51:06 +0000

Thanks -- silly question, but any suggestions on how to trace that? Seems like a lot goes on in this install, and it's not explicitly in any options...

Also interestingly, I seem to have the library, and even reinstalled it to no avail...

On Sun, May 24, 2015 at 4:35 AM Tamas Nepusz <address@hidden> wrote:
Hi Nick,

> Tried doing a new python-igraph install on a new computer with clean
> anaconda 2.7.3 install. Got:
> [...]
>     grep: /usr/lib/libiconv.la: No such file or directory
>     sed: /usr/lib/libiconv.la: No such file or directory
I have seen it a few times before -- it's quite common and not specific to
igraph. (Googling for "missing libiconv.la" reveals quite a lot of hits). Some
other .la file on your system (probably in /usr/lib, but maybe not) lists
/usr/lib/libiconv.la as a dependency even though it should not be required. Try
to find out which other .la file refers to libiconv.la and then either move
that file aside temporarily or remove libiconv.la temporarily from the list of
dependencies in that other file.

T.

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help

reply via email to

[Prev in Thread] Current Thread [Next in Thread]