ranaroussi / pystore

Fast data store for Pandas time-series data
Apache License 2.0
562 stars 101 forks source link

macOS trouble installing python-snappy #8

Closed okomarov closed 5 years ago

okomarov commented 5 years ago

I am on macOS 10.14.2, installed snappy with brew, version stable 1.1.7 and in a virtual environment.

As reported at the bottom of https://github.com/andrix/python-snappy, you need to install python-snappy as follows:

CPPFLAGS="-I/usr/local/include -L/usr/local/lib" pip install python-snappy

Please update readme.

ranaroussi commented 5 years ago

Done. Thanks!