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

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

    Is gcc installed?

    sudo yum install gcc
    
    0 讨论(0)
提交回复
热议问题