README: update documentation for macOS
authorStéphane Cerveau <scerveau@collabora.com>
Fri, 25 Feb 2022 14:03:11 +0000 (15:03 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 23 Mar 2022 20:47:18 +0000 (20:47 +0000)
Give hints regarding the certificates
needed by Python.

urllib.error.URLError: urlopen error [SSL ..

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1794>

README.md

index d34b2c0..c727de1 100644 (file)
--- 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: