-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
when I run pip install, it download the source code, but failed tow compile as my host missing some tools
Describe the solution you'd like
pip install the binary verion
Describe alternatives you've considered
No response
Additional context
pip install datafusion-cli
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting datafusion-cli
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ba/02/2bb067f1c5bb4c16852767fe4b9cd7744d4b7cbc849d3e61aa9fe0398a86/datafusion_cli-36.0.0.tar.gz (1.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 3.9 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request