apache / apache/datafusion-python

datafusion-cli not installed after pip install datafusion

Open
#587 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
604
Forks
174
Avg merge
1d 7h
Merged PRs (30d)
4

Description

**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
```python
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.