asdf-python
asdf-python copied to clipboard
failure to install on macos 13.2.1 (22D68)
run below export ASDF_PYTHON_PATCH_URL="https://github.com/python/cpython/commit/8ea6353.patch?full_index=1" asdf install python 3.9.6 ( note: w or w/o export ASDF_PYTHON_PATCH_URL )
macos: 13.2.1 (22D68)
output: python-build --patch 3.9.6 /Users/$USER/.asdf/installs/python/3.9.6 with patch file from: https://github.com/python/cpython/commit/8ea6353.patch?full_index=1 python-build: use [email protected] from homebrew python-build: use readline from homebrew Downloading Python-3.9.6.tar.xz... -> https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz Installing Python-3.9.6... patching file 'Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst' patching file configure 1 out of 1 hunks failed--saving rejects to configure.rej patching file configure.ac 1 out of 1 hunks failed--saving rejects to configure.ac.rej BUILD FAILED (OS X 13.2.1 using python-build 2.3.15-1-g4ef81b5c)
expectation: no error when installation
I am experiencing the same issue. Do you have any updates on this?
run below
export ASDF_PYTHON_PATCH_URL="https://github.com/python/cpython/commit/8ea6353.patch?full_index=1"
asdf install python latest
macOS 13.3.1 (22E261)
CPU M1
output
python-build --patch 3.11.0 /Users/ewanxiao/.asdf/installs/python/3.11.0
with patch file from: https://github.com/python/cpython/commit/8ea6353.patch?full_index=1
python-build: use [email protected] from homebrew
python-build: use readline from homebrew
Downloading Python-3.11.0.tar.xz...
-> https://www.python.org/ftp/python/3.11.0/Python-3.11.0.tar.xz
Installing Python-3.11.0...
patching file 'Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst'
patching file configure
1 out of 1 hunks failed--saving rejects to configure.rej
patching file configure.ac
1 out of 1 hunks failed--saving rejects to configure.ac.rej
BUILD FAILED (OS X 13.3.1 using python-build 2.3.6-7-g19359de7)
Inspect or clean up the working tree at /var/folders/rk/skrcvx5x5375k0z9qz5135th0000gn/T/python-build.20230420052203.26201
Results logged to /var/folders/rk/skrcvx5x5375k0z9qz5135th0000gn/T/python-build.20230420052203.26201.log
Last 10 log lines:
/var/folders/rk/skrcvx5x5375k0z9qz5135th0000gn/T/python-build.20230420052203.26201 ~/Developer/IQHive/naas-apidocs/apps/backend-node-express
/var/folders/rk/skrcvx5x5375k0z9qz5135th0000gn/T/python-build.20230420052203.26201/Python-3.11.0 /var/folders/rk/skrcvx5x5375k0z9qz5135th0000gn/T/python-build.20230420052203.26201 ~/Developer/IQHive/naas-apidocs/apps/backend-node-express
@jdxcode could you help update the status of this ticket?