I am currently trying to use my YAML file but I get an error when trying to run my programme when it reaches 'import yaml' line.
The error is shown below
ImportError: No module named yaml
Even though I was able to successfully install it
Collecting pyyaml
Installing collected packages: pyyaml
Successfully installed pyyaml-3.13
Any help would be great, thanks