KitwareMedical / KitwareMedical/VTKPythonPackage
Add dependencies to generated module
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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