Commits


Sam Clegg authored and GitHub committed ccd111fb1f0
Prefer `curl` for downloading files over `urllib` (#1355) This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85, #1356, #1357, #1358