Re: [igraph] Import error in python : undefined symbol gzopen64
From:
Tamás Nepusz
Subject:
Re: [igraph] Import error in python : undefined symbol gzopen64
Date:
Wed, 10 Jun 2015 12:53:32 +0200
Hi,
Which Linux distribution is this?
T.
On 10 Jun 2015, at 12:30, ashutosh srivastava <address@hidden> wrote:
Hi
I installed python-igraph using pip. It installed successfully. However while importing it to python following error appears
File "/usr/local/lib/python2.7/dist-packages/python_igraph-0.7.0-py2.7-linux-x86_64.egg/igraph/__init__.py", line 34, in <module> from igraph._igraph import * ImportError: /usr/lib/x86_64-linux-gnu/libxml2.so.2: undefined symbol: gzopen64
I tried uninstalling it and then building it from source but still the same error is coming.