Handling custom module imports
- 主要言語
- Python
- スター
- 6
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
rqmts stops upon spotting a custom module import.
**LOGCAT :**
input :
"import numpy as np
import cv2
from mss import mss
import time
from getkeys import key_check
import os"
**Output**
```
Some modules were not successfully imported, and it means either of the two things :
1. No such module(s) (just ignore this warning then)
2. Module(s) not found in your system. (pip install )
There seems to be discrepancies in following module(s) :
1 getkeys
Quitting.
```
コントリビューションガイド
調査の方向性
The issue is that rqmts fails when encountering a custom module import like 'getkeys'. Look at the code that parses imports and checks for module existence, likely in a file like parser.py or scanner.py. The tool should skip or handle local modules gracefully. Run the tool on the provided input to reproduce the error, then modify the logic to ignore non‑pip‑installable modules.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli, tooling
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 65/100