-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while installing Python on Ubuntu 20.04 #119
Comments
Probably related to #118 |
having similar issue. running asdf install python 3.10.1
|
Manage to install python with asdf now.
I must have missed some packages |
Thanks it worked. But I think issue still should be opened as those dependencies should be installed automatically by asdf python plugin or at least let us now about them |
I had the same issue and solved it using the following commands: sudo apt install libffi-dev libncurses5-dev zlib1g zlib1g-dev sudo apt install libssl-dev sudo apt install libreadline-dev libbz2-dev libsqlite3-dev |
Works for Ubuntu 22:04 as well! |
Worked for me too! |
Can confirm, this works |
💡
I recommend to check the log file that is created. There you can see why the build failed. The last 10 log lines is not enough. |
this fixed it thanks. |
I can confirm this works! With WSL as well on Ubuntu 22.04 |
Confirmed working on PopOS (Ubuntu) 22.04 today (2024-02-14). Thank you! |
It worked here too (Ubuntu 22.04)! |
One liner solution (thanks to @AllanCapistrano for the shorter list of dependencies): sudo apt install libffi-dev libncurses5-dev zlib1g zlib1g-dev libssl-dev libreadline-dev libbz2-dev libsqlite3-dev Then once |
The issue still seems relevant, so here are the rpm dependencies:
|
Clean install of Ubuntu 20.04.
Only installed
asdf
build-essentials
andnodejs
fromasdf
The text was updated successfully, but these errors were encountered: