YuriyGavrilov opened a new issue, #8077:
URL: https://github.com/apache/arrow-datafusion/issues/8077
### Describe the bug
There is just error with the installation
```
yu.gavrilov@s7-13-038829:~$ cargo install datafusion-cli
Updating crates.io index
Installing datafusion-cli v32.0.0
Updating crates.io index
Compiling libc v0.2.150
Compiling autocfg v1.1.0
Compiling proc-macro2 v1.0.69
Compiling unicode-ident v1.0.12
Compiling cfg-if v1.0.0
error: linker `cc` not found
|
= note: No such file or directory (os error 2)
error: could not compile `proc-macro2` (build script) due to previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `libc` (build script) due to previous error
error: could not compile `libc` (build script) due to previous error
error: failed to compile `datafusion-cli v32.0.0`, intermediate artifacts
can be found at `/tmp/cargo-installZ8o92P`.
To reuse those artifacts with a future compilation, set the environment
variable `CARGO_TARGET_DIR` to that path.
```
### To Reproduce
just run `cargo install datafusion-cli`
### Expected behavior
_No response_
### Additional context
Get fresh linux install with fresh rust
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]