We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it works !! try: CPPFLAGS="-I/usr/local/include -L/usr/local/lib -stdlib=libc++ " pip install python-snappy
The text was updated successfully, but these errors were encountered:
CPPFLAGS wasn't working for me (with or without the stdlib flag). This fixed the problem: xcode-select --install
xcode-select --install
Sorry, something went wrong.
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.
No branches or pull requests
it works !!
try:
CPPFLAGS="-I/usr/local/include -L/usr/local/lib -stdlib=libc++ " pip install python-snappy
The text was updated successfully, but these errors were encountered: