KitwareMedical / KitwareMedical/VTKPythonPackage
Add dependencies to generated module
- Dominant language
- Python
- Stars
- 36
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- Half a day
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100