igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] procedure for installing igraph for python in ubuntu


From: Tamas Nepusz
Subject: Re: [igraph] procedure for installing igraph for python in ubuntu
Date: Tue, 10 Feb 2009 15:02:15 +0000

Hi Akshay,

You might also try to use our Debian package repository if you are using the i386 architecture. You can install the binary packages from our package repository at http://cneurocvs.rmki.kfki.hu/packages/ binary/ and they should work out-of-the-box in Ubuntu as well (you'll need libigraph, libigraph-dev and python-igraph). Note that this won't work on amd64 :(

--
T.

On 2009.02.10., at 14:57, Gábor Csárdi wrote:

You have to install the igraph C library first, download it from
http://cneurocvs.rmki.kfki.hu/igraph/download.html

Or, if you already did that, you need to put it in a place where
python can find it, both the include files and the library. Or you
need to set up some environment variables, C_INCLUDE_PATH and
LD_LIBRARY path.

G.

On Tue, Feb 10, 2009 at 3:54 PM, akshay bhat <address@hidden> wrote:

Here is the error.

building 'igraph.core' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/igraph -I/usr/local/ include/igraph
-I/usr/include/python2.5 -c src/vertexseqobject.c -o
build/temp.linux-i686-2.5/src/vertexseqobject.o
In file included from src/vertexseqobject.h:28,
                from src/vertexseqobject.c:26:
src/graphobject.h:28:20: error: igraph.h: No such file or directory
src/graphobject.h:29:19: error: types.h: No such file or directory
[...]
--
Gabor Csardi <address@hidden>     UNIL DGM


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





reply via email to

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