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
Describe the bug:
While following getting started guide here, make deps returns the following error...
make deps
Users-MacBook-Pro:venus user$ make deps git submodule update --init go run ./build/*.go smartdeps pkg-config --version 0.29.2 Installing dependencies... go mod download ./scripts/install-filecoin-ffi.sh + auth_header=() + '[' -n '' ']' ++ dirname ./install-filcrypto + cd . + rust_sources_dir=rust ++ jq -r '.[].check_cpu_for_feature | select(. != null)' ./install-filcrypto: line 28: jq: command not found + cpu_features_required_for_optimized_release= Command './scripts/install-filecoin-ffi.sh' failed: exit status 127 exit status 1 make: *** [deps] Error 1
Expected behavior:
Diagnostic information:
The text was updated successfully, but these errors were encountered:
https://filecoinproject.slack.com/archives/CEHHJNJS3/p1614154863004400
Sorry, something went wrong.
No branches or pull requests
Describe the bug:
While following getting started guide here,
make deps
returns the following error...Expected behavior:
Diagnostic information:
The text was updated successfully, but these errors were encountered: