capacman opened a new issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883
**Describe the bug**
In datafusion 4 i can install datafusion-cli just by installing datafusion
via cargo but now when i want to install/update datafusion it says
```sh
cargo install datafusion
Updating `http://localhost:8080/index` index
Downloaded datafusion v5.0.0 (registry `http://localhost:8080/index`)
Downloaded 1 crate (336.4 KB) in 0.48s
error: there is nothing to install in `datafusion v5.0.0`, because it has no
binaries
`cargo install` is only for installing programs, and can't be used with
libraries.
To use a library crate, add it as a dependency in a Cargo project instead
```
**To Reproduce**
just issue command
`cargo install datafusion`
**Expected behavior**
Install datafusion-cli with command `cargo install datafusion`
--
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]