Answers for "error: command '/usr/bin/gcc' failed with exit code 1 python 3.10"

2

python error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

sudo apt-get install gcc python3.x-dev # choose correct python version
Posted by: Guest on January-06-2021
0

error: command 'gcc' failed with exit status 1

For python 2.7

sudo yum -y install gcc gcc-c++ kernel-devel
sudo yum -y install python-devel libxslt-devel libffi-devel openssl-devel
pip install "your python packet"

For python 3.4

sudo apt-get install python3-dev
pip install "your python packet"
Posted by: Guest on July-08-2021

Code answers related to "error: command '/usr/bin/gcc' failed with exit code 1 python 3.10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language