graph_comb_opt
graph_comb_opt copied to clipboard
run error in realworld_s2v_mvc
I was tested in real-world data using Infonet data that uploaded in readme link. I already compiled mvc_lib and so much warning arise. And when i try to run realworld_s2v_mvc these error come up. Please help me.
File "/home/juseong/graph_comb_opt/code/realworld_s2v_mvc/../memetracker/meme.py", line 50, in build_full_graph for edge in g.edges_iter(data=True): AttributeError: 'Graph' object has no attribute 'edges_iter'
probably that is due to the version miss match of networkx. Can you try an older version of networkx?