You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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: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?
The text was updated successfully, but these errors were encountered: