asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
656 stars 56 forks source link

install python 3.8.3 failed #69

Closed itaysk closed 4 years ago

itaysk commented 4 years ago

Ubuntu 19.10 I've used asdf to install golang on this machine in the past. now trying to install python failed. see the full log here: https://gist.githubusercontent.com/itaysk/deed1b3a34bbe6d02299b5ae44723f7d/raw/efc41af36826ad2b674b006138611d475d8221ad/python-build.20200602081612.15621.log

jokrefta commented 4 years ago

it looks like this is an issue with the pyenv python-build plugin, I get a similar error when I download python-build directly and try installing 3.8.3 with it

itaysk commented 4 years ago

fixed by

sudo apt-get install libssl-dev libbz2-dev
danhper commented 4 years ago

Looks like it's working for you so I'll close. Please comment if there is still an issue on asdf-python's side.