We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Darwin Nates-MacBook-Pro.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:06:57 PDT 2024; root:xnu-11215.41.3~3/RELEASE_ARM64_T6041 arm64 SHELL: zsh 5.9 (arm64-apple-darwin24.0) BASH VERSION: 3.2.57(1)-release ASDF VERSION: v0.14.1-c5116dc ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/Users/nate/.asdf ASDF_DIR=/Users/nate/.asdf ASDF_CONFIG_FILE=/Users/nate/.asdfrc ASDF INSTALLED PLUGINS: python https://github.com/danhper/asdf-python.git master a3a0185
Try to install python 3.13.1 without OpenSSL pre-installed
python 3.13.1
It tries to do the following and fails:
python-build 3.13.1 /Users/nate/.asdf/installs/python/3.13.1 Downloading openssl-3.4.0.tar.gz... -> https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.4.0.tar.gz error: failed to download openssl-3.4.0.tar.gz BUILD FAILED (OS X 15.1 using python-build 2.4.21)
That should be downloading https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz instead
https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Provide environment information
OS: Darwin Nates-MacBook-Pro.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:06:57 PDT 2024; root:xnu-11215.41.3~3/RELEASE_ARM64_T6041 arm64 SHELL: zsh 5.9 (arm64-apple-darwin24.0) BASH VERSION: 3.2.57(1)-release ASDF VERSION: v0.14.1-c5116dc ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/Users/nate/.asdf ASDF_DIR=/Users/nate/.asdf ASDF_CONFIG_FILE=/Users/nate/.asdfrc ASDF INSTALLED PLUGINS: python https://github.com/danhper/asdf-python.git master a3a0185
To Reproduce
Try to install
python 3.13.1
without OpenSSL pre-installedDescribe the Bug
It tries to do the following and fails:
python-build 3.13.1 /Users/nate/.asdf/installs/python/3.13.1 Downloading openssl-3.4.0.tar.gz... -> https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.4.0.tar.gz error: failed to download openssl-3.4.0.tar.gz BUILD FAILED (OS X 15.1 using python-build 2.4.21)
Expected Behaviour
That should be downloading
https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz
insteadThe text was updated successfully, but these errors were encountered: