“error: command 'x86_64-linux-gnu-gcc' failed with exit status 1” in virtualenv

后端 未结 9 1731
清酒与你
清酒与你 2020-12-29 22:18

Environment: Linux Mint 17 Cinnamon.

This error is displayed:

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

w

9条回答
  •  有刺的猬
    2020-12-29 22:30

    This can be a problem in the pip. To solve, try:

    sudo apt-get remove python-pip

    To install pip, securely download get-pip.py.

    https://bootstrap.pypa.io/get-pip.py

    sudo python get-pip.py

提交回复
热议问题