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

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

    sudo yum install python36 python36-devel python36-libs python36-tools
    

    if using python36, this is the best path for set up. Corrected this error for me on an aws ec2 instance

提交回复
热议问题