0x48piraj / 0x48piraj/rqmts

Handling custom module imports

Abierto Apto para principiantes
#20 1 comentario 1 reacción 0 asignados Ver en GitHub
hacktoberfest
Lenguaje dominante
Python
Estrellas
6
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.
```

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
cli, tooling
Tipo de issue
Error
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
65/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.