Closed iammosespaulr closed 6 years ago
@iammosespaulr Can you explain to us how you got this error? What are the steps you followed, etc?
i ran this command specified in the instruction python ./bellydynamic-adv/SwedenGraph.py
Error : 2 import NodeAttribute as NodeA ImportError: No module named NodeAttribute
KInda Solved all the errors <----- Silly mistake
import MultiGraph as MG ImportError: No module named MultiGraph
Error :solved i made the line as from networkx.classes.multigraph import MultiGraph as MG