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

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

    1. You download snappy lib at here: https://code.google.com/p/snappy/
    2. Extract it
    3. Install by command lines follows: $: ./configure $: make $: make install
    4. Install python-snappy: $: pip install python-snappy

提交回复
热议问题