Answers for "distutils.errors.CompileError: command '/usr/local/bin/gcc-8' failed with exit status 1 >>>"

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 "distutils.errors.CompileError: command '/usr/local/bin/gcc-8' failed with exit status 1 >>>"

Browse Popular Code Answers by Language