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: Gábor Csárdi
Subject: Re: [igraph] procedure for installing igraph for python in ubuntu
Date: Tue, 10 Feb 2009 15:57:50 +0100

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




reply via email to

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