Hello Nick, I haven't managed to reproduce the problem yet on my machine (and I cannot afford a clean install now), but I *suspect* that the culprit is ~/anaconda/lib/libxml2.la, which contains a reference to a nonexistent /usr/lib/libiconv.la. libxml2.la is not picked up on my machine when I install python-igraph using ~/anaconda/bin/pip and I don't understand why, but try removing the reference to /usr/lib/libiconv.la from ~/anaconda/lib/libxml2.la. Please let me know if this worked for you.
All the best, Tamas On 05/24, Nick Eubank wrote: > But I should add: it's a completely clean OS and conda install, so I > imagine whatever problem I'm running into isn't unique to me. > > On Sun, May 24, 2015 at 1:51 PM Nick Eubank <[email protected]> wrote: > > > (I'm on 10.10 if that matters) > > > > On Sun, May 24, 2015 at 1:51 PM Nick Eubank <[email protected]> wrote: > > > >> 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 <[email protected]> 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 > >>> [email protected] > >>> https://lists.nongnu.org/mailman/listinfo/igraph-help > >>> > >> > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help -- T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
