@@ -100,3 +100,12 @@ dataclasses module is not needed anymore but is getting installed anyway as requ
```
pip uninstall dataclasses
```
### Python error related to yaml constructor
For example :
`yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/object:argparse.Namespace' in "<unicode string>", line 1, column 1: !!python/object:argparse.Namespace`