0x48piraj / 0x48piraj/rqmts

Handling custom module imports

オープン 初心者向け
#20 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
hacktoberfest
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。