-
Notifications
You must be signed in to change notification settings - Fork 228
Install fails when trying to install on Ubuntu 18.04 #25
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
Comments
@tomroima , thanks for reaching out. We should update installation instructions for Ubuntu to include zlib, openssl, libffi, etc. As for the issue you are facing now, I think I have an idea of what the problem is, but I need to run a few tests. Can you delete the |
Thank you for the quick response @rahulrajaram. I tried to do what you said above, but i didn't work and the error was the same. When i tried to run it as a python script, it doesn't find virtualenv, so it fails, but after installing the dependency with Thank you @rahulrajaram |
@tomroima , thanks for your response. I am curious to know if the Python installation failure pointed you to a log file. I bet there is valuable information there as to why installation failed. Can you check if you are being pointed to a log file in the |
@rahulrajaram Sure, here goes the gist. https://gist.github.com/tomroima/0c36ce8a4943dc3d60096d0b93717167 |
I'm having the same issue on Fedora 30 -> https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz Please consult to the Wiki page to fix the problem. BUILD FAILED (Fedora 30 using python-build 20180424) Inspect or clean up the working tree at /tmp/python-build.20190531084131.14907 Last 10 log lines: I've checked and I have both bzip2, openssl and readline installed and up-to-date at bzip2-1.0.6-29.fc30.x86_64, openssl-1:1.1.1b-5.fc30.x86_64, and readline-8.0-2.fc30.x86_64. Is there an issue with version compatibility? |
@tomroima , from the build log, it looks like missing openssl is causing the problem. |
Just wanted to note that in my instance of the issue, I've validated that openssl is installed. However, it appears it needs the -devel versions of the libraries. |
Hi, I am also arriving at this error using the install script on Mac OSX, I'm getting messages about OpenSSL python extension missing. While that may be a personal problem, the install script is exiting with this I've tried using brew install for python, openssl, readline, and everything looks up to date. I'd appreciate any advice on how to get past this -- this is the first time I've used this macbook for pyenv so I don't know if it could be some kind of version conflict (
|
@jazzyjackson , this should really have been a separate issue. FFR, please create new Issues for independent problems. That being, to get around your problem install |
@rahulrajaram thanks for the recommendation I arrived at this issue by searching for |
@rahulrajaram I have |
@jazzyjackson , okay, good point. @tomroima , sorry for the inconvenience.
Do you mean that despite being able to install |
if you install all of the following dependencies
the command will work, |
@rahulrajaram Sorry, i meant that even with openssl installed, the installation failed. |
@Mohammad-Kabajah Thank you!!! your solution saved my day. |
Hello, i have been trying to install this CLI to be able to ssh into my elasticbeanstalk machine, but it fails.
At the beggining it failed because it lacked zlib1g, but i solved it with:
sudo apt-get install zlib1g-dev
.Then it failed because it lacked the '_ctypes', then i did:
sudo apt-get install libffi-dev
and went on.Now i'm stuck at this, after this message:
Did anyone else hit this problem? Is there anything else that can be done?
Thanks in advance
The text was updated successfully, but these errors were encountered: