Error installing python-snappy: snappy-c.h: No such file or directory

后端 未结 12 1344
感动是毒
感动是毒 2020-12-08 06:36

I am using amazon ec2 ubuntu 11.04 server

 sudo pip install python-snappy 

also I tried to downloaded package and entered \"sudo python set

12条回答
  •  时光说笑
    2020-12-08 07:00

    You need to check the output for

    rpm -q snappy-devel
    

    If it is not present, then install it using this command:

    yum install snappy-devel
    

提交回复
热议问题