geerlingguy / pi-webcam

Automation to configure a Raspberry Pi as a USB OTG webcam
https://www.youtube.com/watch?v=8fcbP7lEdzY
MIT License
1.39k stars 98 forks source link

ModuleNotFoundError: No module named 'yaml' - Resolved #63

Closed Tolnari closed 1 year ago

Tolnari commented 2 years ago

Ran into the error:

ModuleNotFoundError: No module named 'yaml'

I'm using a Raspberry Pi3 with 2021-12-02-Raspbian-buster for setup. I did not do a sudo update before doing the install steps below. I did follow the install steps and encountered the error when I tried to execute the playbook ansible-playbook main.yml

I hunted a bit on the net and found a resolution.

python3 -m pip install pyyaml

https://stackoverflow.com/questions/50868322/importerror-no-module-named-yaml

stale[bot] commented 2 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 1 year ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.