You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/14 15:15:38 UTC

[GitHub] [arrow-datafusion] capacman opened a new issue #883: cargo cannot install datafusion-cli with version 5

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] houqp commented on issue #883: cargo cannot install datafusion-cli with version 5

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883#issuecomment-898964284


   https://github.com/apache/arrow-datafusion/pull/885 has datafusion-cli dependency fixed.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Jimexist closed issue #883: cargo cannot install datafusion-cli with version 5

Posted by GitBox <gi...@apache.org>.
Jimexist closed issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb commented on issue #883: cargo cannot install datafusion-cli with version 5

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883#issuecomment-899036537


   I agree that publishing a separate `datafusion-cli` crate is the way to go here. 👍 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] andygrove commented on issue #883: cargo cannot install datafusion-cli with version 5

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883#issuecomment-898959188


   I think we should be publishing the crate. We cannot release from the source tarball that was voted on because it has a snapshot version and also a path dependency on DataFusion, so we'll need to fix this for the next release.
   
   On a related note, I'd like the CLI to support Ballista as well, and there is the choice to extend datafusion-cli or create a new ballista-cli. See https://github.com/apache/arrow-datafusion/issues/886. It would be good to make a decision on approach before we start reserving crate names.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Jimexist commented on issue #883: cargo cannot install datafusion-cli with version 5

Posted by GitBox <gi...@apache.org>.
Jimexist commented on issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883#issuecomment-953504418


   related https://github.com/Homebrew/homebrew-core/pull/88184


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] houqp commented on issue #883: cargo cannot install datafusion-cli with version 5

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883#issuecomment-898940690


   datafusion-cli has been moved into its own crate in 5.0.0 release, but we haven't released a new version of the cli yet with the 5.0.0 release.
   
   @andygrove @alamb we don't have datafusion-cli name reserved in crates.io, do we want to publish it to crates.io? Or do you expect us to only release binaries for the cli going forword?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] houqp commented on issue #883: cargo cannot install datafusion-cli with version 5

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883#issuecomment-975037481


   this is now blocked by https://github.com/apache/arrow-datafusion/issues/1332


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Dandandan commented on issue #883: cargo cannot install datafusion-cli with version 5

Posted by GitBox <gi...@apache.org>.
Dandandan commented on issue #883:
URL: https://github.com/apache/arrow-datafusion/issues/883#issuecomment-899042998


   Yes, agreed 👍 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org