STREAM icon indicating copy to clipboard operation
STREAM copied to clipboard

AttributeError: 'Graph' object has no attribute 'node'

Open yejg2017 opened this issue 4 years ago • 2 comments

yejg2017 avatar May 04 '20 02:05 yejg2017

When I run my program like your demo,I got this error,how can I fixed it ? Thanks

yejg2017 avatar May 04 '20 02:05 yejg2017

Can you check if the package networkx version is 2.1? Since some functions have changed in later version, to make sure STREAM still works, you need to install the version 2.1

huidongchen avatar May 06 '20 22:05 huidongchen