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
Cannot list Python versions for installation via its plugin. This is specific to the python plugin as the asdf list all command still works as expected with other plugins.
Steps to Reproduce
Have asdf binary installed from GitHub Releases
Have python plugin installed
Have python version 3.13.2 installed
Run asdf list all python
Expected Behaviour
Shows a list of all available Python versions for installation
In my environment, ~/.asdf/plugins/python/pyenv was empty.
Once I deleted the pyenv directory (which is also in .gitignore),
the pyenv directory was rebuilt on subsequent command executions, which seemed to fix it.
Describe the Bug
Cannot list Python versions for installation via its plugin. This is specific to the
python
plugin as theasdf list all
command still works as expected with other plugins.Steps to Reproduce
asdf list all python
Expected Behaviour
Shows a list of all available Python versions for installation
Actual Behaviour
Shows a blank output:
Environment
OS: Darwin Denniss-Olde-MacBook-Pro.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Jun 24 00:56:10 PDT 2024; root:xnu-8020.240.18.709.2~1/RELEASE_X86_64 x86_64 SHELL: fish, version 3.6.1 BASH VERSION: 5.2.15(1)-release ASDF VERSION: v0.16.5 ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/Users/dideler/.asdf ASDF_CONFIG_FILE=/Users/dideler/.asdfrc ASDF INSTALLED PLUGINS: elixir https://github.com/asdf-vm/asdf-elixir.git ea842831ae39417f2dfe7b96fb0c3cc573314aa6 erlang https://github.com/asdf-vm/asdf-erlang.git 7609d31063d7c43186708ecb3290673983ab530f golang https://github.com/asdf-community/asdf-golang.git e2527a31714da7bc671a684308579f4ef8863281 nodejs https://github.com/asdf-vm/asdf-nodejs.git 5515b8705fbf4d610ede04bb9a3fc4812e3a4168 python https://github.com/danhper/asdf-python.git a3a01856098d6d2b9642e382f5b38e70275726d1 ruby https://github.com/asdf-vm/asdf-ruby.git 3a1f574c51292cc84f4d8893d101078cba89f640
asdf plugins affected (if relevant)
python
The text was updated successfully, but these errors were encountered: