You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To summarize, it looks like you are trying to use asdf to install Python 3.12.3 on Debian 12 that is running under WSL2 on Windows.
I have tried on default Ubuntu, Debian, Kali under WSL2 myself and asdf installs Python 3.12.3 fine on them. I first install the required packages using apt as listed on the README for this project.
It seems like in your case, Python 3.12.3 configure script, as part of build, is finding a version of a shared library that contains BLAKE2 cryto hash support, and then is unable to find the expected C library at link time.
You can try first doing apt install libb2-dev first, and then asdf should be able to install Python 3.12.3 for you.
To find out more details about why your experience is different than most, you would have to dig more though the configure/install logs.
You could also run apt list --installed | grep -E 'ssl|crypto' to see if your system is not using the expected libraries:
Provide environment information
OS: Linux Lancelot 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 GNU/Linux SHELL: zsh 5.9 (x86_64-debian-linux-gnu) BASH VERSION: 5.2.26(1)-release ASDF VERSION: v0.14.0-ccdd47d ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/home/rai/.asdf ASDF_DIR=/home/rai/.asdf ASDF_CONFIG_FILE=/home/rai/.asdfrc ASDF INSTALLED PLUGINS: nodejs https://github.com/asdf-vm/asdf-nodejs.git master c5b7c40 python https://github.com/danhper/asdf-python.git master 5e277e2
To Reproduce
try to install python 3.12.x
Describe the Bug
Cannot install python 3.12.3, but installing 3.9.18 works
The output of the install command:
Expected Behaviour
I expect to be able to install python 3.12
The text was updated successfully, but these errors were encountered: