summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2022-02-25 15:03:11 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-03-23 20:47:18 +0000
commit1403e7419624e7cf87e60751497cf3e836d64f14 (patch)
treee916c1005e6295f85854af4557031ae6a5126260 /README.md
parent1bd5b7356df1fcc819ce277763cb2948bc6ef448 (diff)
downloadgstreamer-1403e7419624e7cf87e60751497cf3e836d64f14.tar.gz
README: update documentation for macOS
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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: