-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Description
Bug report
Bug description:
I am trying to build a MacOS installer, following the instructions and build script here (from the 3.12 branch, fwiw, but the same issue exists on main).
The build-installer script attempts to download various third-party dependencies, including this ncurses patch. This fails for me due to invalid ftp login.
I think I found the same patch here. Downloading it manually, I was able to verify the md5 is identical to the one specified in the installer script, so it seems legit.
We can either update the build-installer script to use the http URL instead, but I was wondering whether it would be a better idea to switch over to using https://github.com/python/cpython-source-deps instead? (a bigger refactor, but probably better for the longer term)
CPython versions tested on:
CPython main branch, 3.14, 3.12
Operating systems tested on:
macOS