Closed mcbloch closed 2 years ago
sorry about the bug
I haven't been able to reproduce it, so I'm guessing you have different system python3 / pip versions.
Can you run?
python3 -m pip --version
sorry about the bug
I haven't been able to reproduce it, so I'm guessing you have different system python3 / pip versions.
Can you run?
python3 -m pip --version
I very much can :)
pip 21.2.4 from /home/me/.asdf/installs/python/3.10.1/lib/python3.10/site-packages/pip (python 3.10)
@mcbloch ok I still wasn't able to reproduce, so I'm going to need some more information. I just pushed a change that should provide a debug log.
Can you please do the following?
asdf plugin update ansible-base
ASDF_PYAPP_DEBUG=1
in your shellasdf list-all ansible-base
/tmp/asdf-pyapp-debug.log
@mcbloch ok I still wasn't able to reproduce, so I'm going to need some more information. I just pushed a change that should provide a debug log.
Can you please do the following?
1. `asdf plugin update ansible-base` 2. set `ASDF_PYAPP_DEBUG=1` in your shell 3. `asdf list-all ansible-base` 4. share your `/tmp/asdf-pyapp-debug.log`
I put it in a pastebin because it's a long log file. I can paste the content in GitHub if you'd rather have that. https://pastebin.com/n0hX8EQj
@mcbloch thank you for your patience. I'm getting a 404 on that link unfortunately :( Maybe try to re-post? Or a gist?
hi @mcbloch - just checking in, since it's been about 30 days since your last response
Describe the bug
Running
asdf list-all ansible-base
returns version numbers surrounded by invalid output.The output I got was
Steps to reproduce
Expected behavior
I expected to get a valid list of installable ansible versions.
Edit
asdf install ansible-base latest
is also broken as it tries to installansible-base==2.10.16)