apache / apache/datafusion-python

datafusion-cli not installed after pip install datafusion

未关闭
#587 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。