Hi Gianluca,You can run this on the host:$ python -c "import yaml; print 'CLoader:', hasattr(yaml, 'CLoader')"CLoader: TrueIf you get "CLoader: False", you have some packaging issue, CLoaderis available on all supported platforms.NirThanks,Gianluca