Webux Lab - Blog
Webux Lab Logo

Webux Lab

By Studio Webux

Search

By Tommy Gingras

Last update 2022-05-16

MacOSPython

Ansible with Python 3.9 and missing certificates on MacOS

On MacOS I had an error related to missing certificate:

Here is a solution:

cd /Applications/Python\ 3.9/ && ./Install\ Certificates.command
ansible-galaxy collection install community.aws
pip3 install boto3 botocore