It looks like taskflow is the real issue here. It is relying on the nodes_iter method that was removed in networkx 2.0. See https://networkx.github.io/documentation/stable/release/release_2.0.html?highlight=nodes_iter for how to do that with networkx 2.0.
There may be other issues that also need to be addressed. See https://networkx.github.io/documentation/stable/release/migration_guide_from_1.x_to_2.0.html
It looks like taskflow is the real issue here. It is relying on the nodes_iter method that was removed in networkx 2.0. See https:/ /networkx. github. io/documentatio n/stable/ release/ release_ 2.0.html? highlight= nodes_iter for how to do that with networkx 2.0.
There may be other issues that also need to be addressed. See https:/ /networkx. github. io/documentatio n/stable/ release/ migration_ guide_from_ 1.x_to_ 2.0.html