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
for Oracle Linux with Python 3.X:
you need to enable optional_latest repository as a first step,
use for enabling the following repo
$ yum-config-manager --enable ol7_optional_latest
"ol7_optional_latest" repo will be enabled for yum lookup.
then install packages using,
$ yum -y install gcc gcc-c++ snappy snappy-devel
then with pip install the python-snappy package,
$ pip3 install python-snappy