apache / apache/datafusion-python
datafusion-cli not installed after pip install datafusion
- 主要語言
- Python
- 星號
- 604
- 分支
- 174
- 平均合併
- 1 天 7 小時
- 30 天內合併 PR
- 4
描述
**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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。