Open raulrfa opened 2 years ago
I t always give me this error. It seems in 3.9 gcd is in math not in fractions
You have to change "from fractions import gcd" to "from math import gcd" in the dag.py file in the networkx package
I t always give me this error. It seems in 3.9 gcd is in math not in fractions