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

后端 未结 12 1382
感动是毒
感动是毒 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:58

    According to the repo

    How to install it on Mac OS X?

    It has been reported a few times (Issue #7 and #23) that it can't be installed correctly the library in Mac. The procedure should be,

    $ brew install snappy # snappy library from Google 
    $ CPPFLAGS="-I/usr/local/include -L/usr/local/lib" pip install python-snappy
    

提交回复
热议问题