Webux Lab

By Studio Webux

Missing certificate on Macos with python 3.9

TG
Tommy Gingras Studio Webux S.E.N.C 2022-05-16

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

Search