Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datafusion-cli not installed after pip install datafusion #587

Open
l1t1 opened this issue Feb 20, 2024 · 2 comments
Open

datafusion-cli not installed after pip install datafusion #587

l1t1 opened this issue Feb 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@l1t1
Copy link

l1t1 commented Feb 20, 2024

Describe the bug
I followed the https://arrow.apache.org/datafusion/user-guide/cli.html, but
the CLI cannot run

datafusion-cli
-bash: datafusion-cli: command not found

python module works

python3
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import datafusion                                                                          
>>> datafusion.__version__
'35.0.0'

To Reproduce
Steps to reproduce the behavior:

pip install datafusion
datafusion-cli

Expected behavior
the CLI runs.

Additional context
both windows and linux have the problem.

@l1t1 l1t1 added the bug Something isn't working label Feb 20, 2024
@Michael-J-Ward
Copy link
Contributor

@l1t1 Did this used to be the case?

I would expect that you need to use cargo install or some other method from the datafusion-cli installation guide.

@l1t1
Copy link
Author

l1t1 commented May 16, 2024

I think this method is more friendly to a normal user . apache/datafusion#9452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants