python-snappy
python-snappy copied to clipboard
install on Mac OS, libstdc++ deprecated
it works !! try: CPPFLAGS="-I/usr/local/include -L/usr/local/lib -stdlib=libc++ " pip install python-snappy
CPPFLAGS wasn't working for me (with or without the stdlib flag). This fixed the problem:
xcode-select --install
Seems that I can if I use pip3 however pip using python2.7 still has problems.
Fewer and fewer people are supporting py2 these days...
We should remove support for py2 for a future release to avoid confusions.