Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install on Mac OS, libstdc++ deprecated #80

Open
wangxggc opened this issue Apr 17, 2019 · 4 comments
Open

install on Mac OS, libstdc++ deprecated #80

wangxggc opened this issue Apr 17, 2019 · 4 comments

Comments

@wangxggc
Copy link
Contributor

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

@schmidtc
Copy link

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

@DackJempsey
Copy link

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

@martindurant
Copy link
Member

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

@andrix
Copy link
Collaborator

andrix commented Jun 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants