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

前端 未结 7 2148
甜味超标
甜味超标 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:23

    yum install gcc-c++
    

    on aws ec2 (aws linux),it works

    优秀

提交回复
热议问题