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

后端 未结 12 1390
感动是毒
感动是毒 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 06:54

    To solve this issue in Mac OS X with MacPorts installed, you can do:

    $ sudo port install snappy
    $ CPPFLAGS="-I/opt/local/include -L/opt/local/lib" pip install python-snappy
    

提交回复
热议问题