-
Notifications
You must be signed in to change notification settings - Fork 447
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
OSX Pip install error #570
Comments
I wasn't able to reproduce it on my Mac. Also the error doesn't seem to be something specific for jsonnet. Can you see if other C++ programs compile without issue (even hello world, which uses standard library)? |
You're right, seems to be a problem with |
Looks like it was a Mojave issue. Following this StackOverflow answer solved the problem. |
When I run
pip install jsonnet
I run into this error:Is this a path problem? The output of
gcc --version
is:The text was updated successfully, but these errors were encountered: