python-snappy icon indicating copy to clipboard operation
python-snappy copied to clipboard

install on Mac OS, libstdc++ deprecated

Open wangxggc opened this issue 6 years ago • 4 comments

it works !! try: CPPFLAGS="-I/usr/local/include -L/usr/local/lib -stdlib=libc++ " pip install python-snappy

wangxggc avatar Apr 17 '19 08:04 wangxggc

CPPFLAGS wasn't working for me (with or without the stdlib flag). This fixed the problem: xcode-select --install

schmidtc avatar Apr 22 '19 23:04 schmidtc

Seems that I can if I use pip3 however pip using python2.7 still has problems.

DackJempsey avatar Jun 25 '19 17:06 DackJempsey

Fewer and fewer people are supporting py2 these days...

martindurant avatar Jun 25 '19 17:06 martindurant

We should remove support for py2 for a future release to avoid confusions.

andrix avatar Jun 25 '19 17:06 andrix