Hi, I installed Arch linux and now finished compiling. Maybe Ubuntu costs too much memory.
2012/7/1 graph-tool-request@skewed.de
Send graph-tool mailing list submissions to graph-tool@skewed.de
To subscribe or unsubscribe via the World Wide Web, visit http://lists.skewed.de/mailman/listinfo/graph-tool or, via email, send a message with subject or body 'help' to graph-tool-request@skewed.de
You can reach the person managing the list at graph-tool-owner@skewed.de
When replying, please edit your Subject line so it is more specific than "Re: Contents of graph-tool digest..."
Today's Topics:
- Re: (no subject) (g.venkatasubramaniyan@gmail.com)
Message: 1 Date: Sat, 30 Jun 2012 19:47:18 -0700 (PDT) From: g.venkatasubramaniyan@gmail.com To: graph-tool@googlegroups.com Cc: Main discussion list for the graph-tool project graph-tool@skewed.de Subject: Re: [graph-tool] (no subject) Message-ID: 791d0ee1-4ade-4efa-b0ed-fa9386d9b87e@googlegroups.com Content-Type: text/plain; charset="utf-8"
I too get this error
make[4]: Entering directory `/graph-tool/build/src/graph/layout' CXX graph_sfdp.lo virtual memory exhausted: Cannot allocate memory make[4]: *** [graph_sfdp.lo] Error 1
Mine is also i5 with 4Gb mem.
Please let me know if any additional information is needed. Thanks a lot
On Thursday, June 14, 2012 5:59:11 PM UTC+5:30, ?? wrote:
HI everyone! I have tried to install graph_tool by compiling source code.But for
many
times , it reports: virtual memory exhausted: Cannot allocate memory My PC has a 4G main memory and Intel i5 CPU.I thought 4G is enough.
Then I tried to install by apt-get, and came up with a problem. I have already installed these library before, and versions are right.
graph-tool : Depends: libboost-iostreams1.42.0 (>= 1.42.0-1) but it is
not
installable Depends: libboost-python1.42.0 (>= 1.42.0-1) but it is not installable Depends: libboost-regex1.42.0 (>= 1.42.0-1) but it is not installable Depends: libcgal5 but it is not installable Depends: libpython2.6 (>= 2.6) but it is not installable Depends: libboost1.42-dev but it is not installable
Can anyone help me ? By the way,how to use the public key ? I have tried "apt-key add signature.asc",but it reports: gpg: no valid OpenPGP data found.
Hi ,all I finished installing graph_tool in Arch linux. There exists directory /usr/local/lib/python2.7/site-packages/graph_tool. It seems right but I still can't import graph_tool. The message "File "<stdin>",line 1 in <module> ImportError: No module named graph_tool.all" appears again and again.
Any help? Cheers.
2012/7/2 Qiang Ren renq654321@gmail.com
Hi, I installed Arch linux and now finished compiling. Maybe Ubuntu costs too much memory.
2012/7/1 graph-tool-request@skewed.de
Send graph-tool mailing list submissions to
graph-tool@skewed.de
To subscribe or unsubscribe via the World Wide Web, visit http://lists.skewed.de/mailman/listinfo/graph-tool or, via email, send a message with subject or body 'help' to graph-tool-request@skewed.de
You can reach the person managing the list at graph-tool-owner@skewed.de
When replying, please edit your Subject line so it is more specific than "Re: Contents of graph-tool digest..."
Today's Topics:
- Re: (no subject) (g.venkatasubramaniyan@gmail.com)
Message: 1 Date: Sat, 30 Jun 2012 19:47:18 -0700 (PDT) From: g.venkatasubramaniyan@gmail.com To: graph-tool@googlegroups.com Cc: Main discussion list for the graph-tool project graph-tool@skewed.de Subject: Re: [graph-tool] (no subject) Message-ID: 791d0ee1-4ade-4efa-b0ed-fa9386d9b87e@googlegroups.com Content-Type: text/plain; charset="utf-8"
I too get this error
make[4]: Entering directory `/graph-tool/build/src/graph/layout' CXX graph_sfdp.lo virtual memory exhausted: Cannot allocate memory make[4]: *** [graph_sfdp.lo] Error 1
Mine is also i5 with 4Gb mem.
Please let me know if any additional information is needed. Thanks a lot
On Thursday, June 14, 2012 5:59:11 PM UTC+5:30, ?? wrote:
HI everyone! I have tried to install graph_tool by compiling source code.But for
many
times , it reports: virtual memory exhausted: Cannot allocate memory My PC has a 4G main memory and Intel i5 CPU.I thought 4G is enough.
Then I tried to install by apt-get, and came up with a problem. I have already installed these library before, and versions are right.
graph-tool : Depends: libboost-iostreams1.42.0 (>= 1.42.0-1) but it is
not
installable Depends: libboost-python1.42.0 (>= 1.42.0-1) but it is not installable Depends: libboost-regex1.42.0 (>= 1.42.0-1) but it is not installable Depends: libcgal5 but it is not installable Depends: libpython2.6 (>= 2.6) but it is not installable Depends: libboost1.42-dev but it is not installable
Can anyone help me ? By the way,how to use the public key ? I have tried "apt-key add signature.asc",but it reports: gpg: no valid OpenPGP data found.
On 07/02/2012 10:50 AM, Qiang Ren wrote:
Hi ,all I finished installing graph_tool in Arch linux. There exists directory /usr/local/lib/python2.7/site-packages/graph_tool. It seems right but I still can't import graph_tool. The message "File "<stdin>",line 1 in <module> ImportError: No module named graph_tool.all" appears again and again.
Any help?
The directory "/usr/local/lib/python2.7/site-packages/" is probably not in your python path.
Try something like:
export PYTHONPATH="/usr/local/lib/python2.7/site-packages/"
Before running your python script.
Cheers, Tiago