From 1403e7419624e7cf87e60751497cf3e836d64f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 25 Feb 2022 15:03:11 +0100 Subject: [PATCH] README: update documentation for macOS Give hints regarding the certificates needed by Python. urllib.error.URLError: urlopen error [SSL .. Part-of: --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d34b2c024f..c727de1db5 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,20 @@ binary in your PATH. You can find [instructions for Windows below](#windows-prerequisites-setup). + +On macOS, you might need to execute "Install Certificates.command" from +the Python folder in the user Applications folder or install it manually: + +``` + $ pip3 install certifi +``` + +It will solve this issue: + +``` +urllib.error.URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed +``` + ### Build GStreamer and its modules You can get all GStreamer built running: