This PR adds to macOS docs an explicit step to install macdeployqtplus
script dependencies that are not part of the Python Standard Library:
This change is required on macOS 11 Big Sur:
Close #20878.
This PR adds to macOS docs an explicit step to install macdeployqtplus
script dependencies that are not part of the Python Standard Library:
This change is required on macOS 11 Big Sur:
Close #20878.
ACK aaa7b294f8323b0087b090180819aeadcf42a826
Confirming that without installing argparse
, ds_store
, mac_alias
, make deploy fails on macOS Big Sur 11.1.
Deploying DMG is successful after installing these packages with pip3
.
29@@ -30,6 +30,11 @@ If you want to build the disk image with `make deploy` (.dmg / optional), you ne
30 brew install librsvg
31 ```
32
33+and [`macdeployqtplus`](../contrib/macdeploy/README.md) dependencies:
34+```shell
35+pip3 install argparse ds_store mac_alias
argparse is part of the Python standard library.
Indeed: https://docs.python.org/3/library/argparse.html
It doesn’t need installing.
Fixed.
This change is required on macOS 11 Big Sur.
Updated aaa7b294f8323b0087b090180819aeadcf42a826 -> 3e61b8c800180d350621cedda7ec46a48047ff04 (pr20890.02 -> pr20890.03, diff):
argparse is part of the Python standard library. It doesn’t need installing.
ACK 3e61b8c800180d350621cedda7ec46a48047ff04
This change is required on macOS 11 Big Sur:
There’s nothing macOS 11 specific about this doc addition. The same dependencies & dmg creation process is used you run make deploy
on macOS 10.