apache / apache/datafusion-python

datafusion-cli not installed after pip install datafusion

Aperta
#587 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
604
Fork
174
Merge medio
1g 7h
PR unite (30g)
4

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.