Horje
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Code Example
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
sudo apt-get install libpq-dev libxml2-dev libxslt1-dev python-dev
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
$ sudo apt-get install libxml2-dev libxslt1-dev
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
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
sudo apt-get install python-dev
sudo apt-get install libxml2-dev libxslt1-dev
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
# For Python 2.x use:
sudo apt-get install python-dev

# For Python 2.7 use:
sudo apt-get install libffi-dev

# For Python 3.x use:
sudo apt-get install python3-dev

# Or for a specific version of Python 3, replace x with the minor version in
sudo apt-get install python3.x-dev

# Thanks to https://stackoverflow.com/a/33874511




Shell

Related
upgrade ubuntu 16.04 to 20.04 Code Example upgrade ubuntu 16.04 to 20.04 Code Example
vim ubuntu install Code Example vim ubuntu install Code Example
crop video from specific time to specific time ffmpeg Code Example crop video from specific time to specific time ffmpeg Code Example
vscode give music permissions Code Example vscode give music permissions Code Example
rm files with extension Code Example rm files with extension Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
17