Unfortunately G'MIC does not guaranty compatibility among releases even when the change is just done for (let me call this one) "aesthetical" reasons; in fact the name has changed but the use and the parameters are the same.
So please do the following:
1.open the python source
2.locate line 251
3.change it from
+"-gimp_anisotropic_smoothing 330,0.36,1,0.5,7.38,0.8,30,2,0,1,1,2,0,24,0")
to
+"-gimp_smooth_anisotropic 330,0.36,1,0.5,7.38,0.8,30,2,0,1,1,2,0,24,0")
But this is not the only change needed:
hence please:
4.locate line 268
5.change it from
+"-gimp_bilateral 10,12,2,2,0,24,0")
to
+"-gimp_smooth_bilateral 10,12,2,2,0,24,0")
Save/Close. Rerun the filter.
Thanks