You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remisalmon opened this issue
Sep 9, 2022
· 2 comments
Labels
acceptedAn Issue that is confirmed as a bug by the DataHub Maintainers.docsIssues and Improvements to docsingestionPR or Issue related to the ingestion of metadata
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it through
the system's package manager or via https://rustup.rs/
Checking for Rust toolchain....
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
> Task :metadata-ingestion:installDev FAILED
FAILURE: Build failed with an exception.
This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io
acceptedAn Issue that is confirmed as a bug by the DataHub Maintainers.docsIssues and Improvements to docsingestionPR or Issue related to the ingestion of metadata
Describe the bug
The Developing on Metadata Ingestion docs at https://datahubproject.io/docs/metadata-ingestion/developing are missing Cargo as a requirement.
To Reproduce
Steps to reproduce the behavior:
gradlew :metadata-ingestion:installDev
(from https://datahubproject.io/docs/metadata-ingestion/developing#set-up-your-python-environment)Expected behavior
Cargo should be listed as a requirement in https://datahubproject.io/docs/metadata-ingestion/developing#requirements
The text was updated successfully, but these errors were encountered: