UnsupportedCodecError:Libraries for snappy compression codec not found
安装python-snappy包
1、brew install snappy
2、pip3 install python-snappy
或者
1、yum install gcc-c++
2、rpm -ivh snappy-devel-1.1.0-3.el7.x86_64.rpm
3、pip install python-snappy-0.5.4.tar.gz