aws / aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism.
Apache License 2.0
518 stars 227 forks source link

Segmentation fault on pip install virtualenv step for Fedora 35 #119

Open pixelprogrammer opened 2 years ago

pixelprogrammer commented 2 years ago

1. Please specify the following:

2. Description Using the setup script I get to the pip install virtualenv step and the process fails and exits with a segmentation fault:

****************************************************************************
4. Checking whether Python can be downloaded (through curl, wget, or aria2c)
****************************************************************************

************************************************************
5. Installing Python 3.7.2. This step may take a few minutes
************************************************************
    - Python 3.7.2 is installed at /home/myhome/.pyenv/versions/3.7.2/bin

*************************************************************************
6. Installing virtualenv using /home/myhome/.pyenv/versions/3.7.2/bin/pip
*************************************************************************
./python_installer: line 153:  6162 Segmentation fault      (core dumped) ${PYENV_BIN}/pip install virtualenv
   Exiting due to failure

I tried using the pip command to get the version but the command fails when I do anything. It has a segmentation fault no matter what. I even installed it again to see if it was just an issue with the first installation and it still does it.

Is there any reported issues with Fedora 35 running this script?

pixelprogrammer commented 2 years ago

I installed the ebcli with the pip on my machine which is version: pip 21.2.3 from /usr/lib/python3.10/site-packages/pip (python 3.10)

This seems to have worked for me as an alternative.