apache / apache/datafusion-python
datafusion-cli not installed after pip install datafusion
- 主要言語
- Python
- スター
- 604
- フォーク
- 174
- 平均マージ
- 1日 7時間
- マージ済み PR(30日)
- 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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reproducing the documented `pip install datafusion` and `datafusion-cli` commands on Linux and Windows, then inspect how the Python package exposes installed commands. Confirm whether the CLI is included in the package; done means the documented installation makes `datafusion-cli` runnable or the documentation clearly reflects the required installation.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system, cli
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100