Open gravieure opened 1 month ago
Okay, my immediate issue was resolved by uninstalling openssl@1.1 from Homebrew; Python 3.10.x requires newer OpenSSL than that. Unfortunately, several other tools I need depend on openssl@1.1, so those are broken for the time being.
Is is possible for asdf/this plugin to build Python with an openssl@3 package, rather than selecting an older version that doesn't work?
Provide environment information
OS: Darwin GR0426 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:12:58 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6000 arm64 arm Darwin
SHELL: GNU bash, version 5.2.15(1)-release (aarch64-apple-darwin22.1.0) Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
BASH VERSION: 5.2.15(1)-release
ASDF VERSION: v0.14.1
ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/Users/ian.eure/.asdf ASDF_DIR=/opt/homebrew/Cellar/asdf/0.14.1/libexec ASDF_CONFIG_FILE=/Users/ian.eure/.asdfrc
ASDF INSTALLED PLUGINS: awscli https://github.com/MetricMike/asdf-awscli.git main c26bbb4 direnv https://github.com/asdf-community/asdf-direnv.git master 6ff3dbe grails https://github.com/weibemoura/asdf-grails.git master ba222b0 groovy https://github.com/weibemoura/asdf-groovy.git master e33491d java https://github.com/halcyon/asdf-java.git master 9b35c84 leiningen https://github.com/miorimmax/asdf-lein.git master dfd8ab1 mysql https://github.com/iroddis/asdf-mysql.git master 8031228 nodejs https://github.com/asdf-vm/asdf-nodejs.git master c36e6f0 python https://github.com/danhper/asdf-python.git master a3a0185
To Reproduce
brew install asdf openssl@1.1 readline tcl-tk ncurses
.asdf plugin add python
.asdf install python latest:3.10.15
.Describe the Bug
Python fails to build:
Here's the brew info for openssl@1.1:
Expected Behaviour
Python should compile.