-
-
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
Cannot install Python 3.9.3 on Ubuntu 18.04 #99
Comments
From error message:
you might be missing system dependencies like zlib (Package Make sure you have necessary build environment for python-build (which asdf-python uses): https://github.com/pyenv/pyenv/wiki#suggested-build-environment You can also go through common issues wiki, which also includes list of recommended dependencies: https://github.com/pyenv/pyenv/wiki/Common-build-problems#prerequisites |
Thank you!
Is there any way to install prebuilt binaries? (I'm new to asdf but this is
possible with tools like nodeenv.) That would be ideal (easier and faster
for most users).
…On Mon, Apr 5, 2021 at 2:56 PM Michael Cho ***@***.***> wrote:
From error message:
ModuleNotFoundError: No module named 'zlib'
you might be missing system dependencies like zlib (Package zlib1g-dev on
Ubuntu).
Make sure you have necessary build environment for python-build:
https://github.com/pyenv/pyenv/wiki#suggested-build-environment
You can also go through common issues wiki, which also includes list of
recommended dependencies:
https://github.com/pyenv/pyenv/wiki/Common-build-problems#prerequisites
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABXWJWR555QX6D6Q3OI2DTHIWZJANCNFSM42LFN5PQ>
.
|
As far as I recall, I don't think so. On the other hand, NodeJS provides binaries for all major OS (Windows/Linux/macOS): https://nodejs.org/en/download/ |
Makes sense. Thanks again! |
Hi, just trying to use this for the first time - please let me know if I'm missing something!
Here's the end of that log:
The text was updated successfully, but these errors were encountered: