This error means It is unable to find the yaml package which is provided by PyYaml pip package. 
If you have a requirement.yaml file, add the following
pip install pyyaml 
Or if you already have pyyaml then check the version and let me know:
pip show pyyaml