igraph-help
[Top][All Lists]
Advanced

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

[igraph] installing igraph 0.53 on Ubuntu 10.04


From: Arun
Subject: [igraph] installing igraph 0.53 on Ubuntu 10.04
Date: Wed, 7 Jul 2010 17:58:06 -0500

I noticed that igraph is in the repository for Ubuntu Lucid 10.04.

I did this:

sudo aptitude install libigraph0

This seemed to work fine and installed igraph 0.53.

I, then, did this:
sudo easy_install python-igraph

And, I get this error:

Searching for python-igraph
Reading http://pypi.python.org/simple/python_igraph/
Best match: python-igraph 0.5.3
Downloading 
http://pypi.python.org/packages/source/p/python-igraph/python-igraph-0.5.3.tar.gz#md5=9e9b5d71faf7bc7723116842f7bd7ce5
Processing python-igraph-0.5.3.tar.gz
Running python-igraph-0.5.3/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-2_B3sz/python-igraph-0.5.3/egg-dist-tmp-iOmmmO
Include path: /usr/include /usr/local/include
Library path:
warning: no files found matching 'test.py'
In file included from src/arpackobject.c:24:
src/arpackobject.h:28:27: error: igraph/arpack.h: No such file or directory
In file included from src/arpackobject.h:29,
                 from src/arpackobject.c:24:
src/graphobject.h:28:27: error: igraph/igraph.h: No such file or directory
In file included from src/arpackobject.h:29,
                 from src/arpackobject.c:24:
src/graphobject.h:42: error: expected specifier-qualifier-list before ‘igraph_t’
[ERRORS CONTINUE]

Any suggestions on what's wrong?

/usr/lib contains:
lrwxrwxrwx  1 root root       17 2010-07-07 17:36 libparpack.so.2 ->
libparpack.so.2.1
lrwxrwxrwx  1 root root       16 2010-07-07 17:36 libarpack.so.2 ->
libarpack.so.2.1
lrwxrwxrwx  1 root root       18 2010-07-07 17:36 libigraph.so.0 ->
libigraph.so.0.0.0

Thank you.



reply via email to

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