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

Faild to build on macOS: [Errno 32] Broken pipe #68

Open
kkiani opened this issue Nov 16, 2021 · 0 comments
Open

Faild to build on macOS: [Errno 32] Broken pipe #68

kkiani opened this issue Nov 16, 2021 · 0 comments

Comments

@kkiani
Copy link

kkiani commented Nov 16, 2021

The document file DEVELOPMENT.md does not mention that you must install jq package to build this repository successfully, and I haven't had this package by default on my mac. For that reason, I received the error below:

Fetching EC2 instance type info to ./spark/processing/3.0/py3/aws-config/ec2-instance-type-info.json ...
./scripts/fetch-ec2-instance-type-info.sh: line 32: jq: command not found
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
make: *** [build-static-config] Error 127

To fix this on macOS, you can install jq using brew:

brew install jq
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

1 participant