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

Reply via email to