KitwareMedical / KitwareMedical/VTKPythonPackage
Add dependencies to generated module
未关闭
- 主要语言
- Python
- 星标
- 36
- 派生
- 16
- PR 合并指标
- 30 天内没有已合并 PR
描述
After pip installing the generated wheel module, there are some missing modules when doing the following in a python script:
`
import vtk
from vtk.web import protocols
from vtk.web import wslink as vtk_wslink
from wslink import server
`
twisted, wslink and win32api are missing modules.
Manually installing them works though
贡献指南
这个仓库没有索引到贡献指南
调研方向
Reproduce the problem by installing the generated wheel and running the Python imports shown in the issue. Inspect how the wheel declares dependencies, then verify that twisted, wslink, and win32api are available after installation and that the listed imports complete successfully.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 半天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100