mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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>
This commit is contained in:
parent
1bd5b7356d
commit
1403e74196
1 changed files with 14 additions and 0 deletions
14
README.md
14
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:
|
||||
|
|
Loading…
Reference in a new issue