error: command 'gcc' failed with exit status 1 on CentOS

前端 未结 7 2117
甜味超标
甜味超标 2020-12-23 09:48

I\'m trying to install lxml package on CentOS using sudo pip install lxml and its throwing this error right at the end:

error:

error:          


        
7条回答
  •  無奈伤痛
    2020-12-23 10:38

    How i solved

    # yum update
    # yum install -y https://centos7.iuscommunity.org/ius-release.rpm
    # yum install -y python36u python36u-libs python36u-devel python36u-pip
    # pip3.6 install pipenv
    

    I hope it will help Someone to resolve "gcc" issue.

提交回复
热议问题