AnswerDotAI / AnswerDotAI/fastprogress
Misattribution of import errors
オープン
- 主要言語
- Jupyter Notebook
- スター
- 1.1k
- フォーク
- 104
- 平均マージ
- 1分
- マージ済み PR(30日)
- 1
説明
A failure to import `IPython` and `matplotlib` is falsely attributed to a a failure to import `ipywidgets`. Matplotlib is not a requirement for fastprogress and so this is an easy error to cause but requires source-code delving to debug.
https://github.com/fastai/fastprogress/blob/e7d108f5906ed9ab8d90502ec8b6d0253bd0e3db/fastprogress/fastprogress.py#L97-L103
コントリビューションガイド
調査の方向性
fastprogress/fastprogress.py の97-103行目から始め、issue に記載されている import の失敗を再現してください。関係する import を追跡し、結果として出るエラーが、実際に import に失敗したパッケージを特定しており、失敗を ipywidgets のせいにしていないことを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- jupyter-notebook, python
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100