Discrepancies in modules spotted but no modules listed
- 主要语言
- Python
- 星标
- 6
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
**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) :
Quitting.
```
imports -
"import numpy as np
from PIL import Image
import cv2
import matplotlib.pyplot as plt
import pickle
from matplotlib import style
import time
"
贡献指南
调研方向
The issue shows a warning message about module discrepancies but no modules listed, after importing numpy, PIL, cv2, matplotlib, pickle, and time. Look at the code that detects and reports these discrepancies, likely in the module that parses imports or checks system modules. Run the tool on a sample script with those imports to reproduce the warning. Check how the list of discrepancies is built and why it might be empty.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100