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

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

    You need Snappy C library

    Then you have to install python-snappy wrapper.

    It seems you didn't install Snappy-C library

    Try it ..as already a fellow commented for your post

    UPDATE: See more highly upvoted post below, which includes instructions to install on DEB-based, RPM-based, and Mac OS (Brew).

提交回复
热议问题