Hello, I have tried what you suggested ,but it still does not work.Both my machine and the Python interpreter are 64-bit,and I have used Read_Ncol instead of Read_Edgelist. [email protected] From: Tamás NepuszDate: 2014-09-01 20:41To: Help for igraph users; [email protected]: Re: [igraph] python.exe stop working!Hello, Have you tried what I suggested in the Github issue that you submitted? (For the record, this one: https://github.com/igraph/igraph/issues/677 ). -- T. -----Original Message----- From: [email protected] <[email protected]> Reply: Help for igraph users <[email protected]>> Date: 1 September 2014 at 09:05:56 To: igraph-help <[email protected]>> Subject: [igraph] python.exe stop working! > ? ??? ? ? ? I want to use the data provided by > Stanford(http://snap.stanford.edu/data/com-Friendster.html)?which?contains > 65608366 nodes.When reading in the edges file of the graph,it > report "python.exe stop working".Is it because that the data size is too > huge?My computer RAM(128G) is encough. > the code is : > ? ??? ??? ??? ??? ??import igraph as ig? ??? ??? ??? ?? > ???dirG=ig.Graph.Read_Ncol('./community_data/com-friendster.ungraph_new.txt') > > > > [email protected] > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help >
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
