`pkgutil.get_data()` get confused by local modules for module installed with `pip install --editable`
未關閉
還沒有人認領這個 Issue。
type-bug
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
Bug report
Bug description:
First execute in bash:
git clone https://github.com/pyx-project/pyx
cd pyx
pip install -e .
cd pyx # important! Now the directory is inside two layers of /pyx
python
Then execute in Python:
import pkgutil
pkgutil.get_data("pyx", "data/pyxrc")
Return value is None.
Note that the return value would not be None if either -e or the second cd is omitted --- which shows that the data file is correctly available.
CPython versions tested on:
3.11
Operating systems tested on:
No response
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
重現報告中的 bash 和 Python 步驟,聚焦於 pip install -e . 之後的 pkgutil.get_data 入口點,以及巢狀的 cd pyx。追蹤它為什麼在該情境下對 data/pyxrc 回傳 None,然後驗證相同的查找無需任一因應方案即可回傳可用資料。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100