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

1

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

$ sudo apt-get install libxml2-dev libxslt1-dev
Posted by: Guest on October-20-2020
0

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

Code answers related to "python error: command 'x86_64-linux-gnu-gcc' failed with exit status 1"

Python Answers by Framework

Browse Popular Code Answers by Language