KitwareMedical / KitwareMedical/VTKPythonPackage
Add dependencies to generated module
- Vorherrschende Sprache
- Python
- Sterne
- 36
- Forks
- 16
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- build-system
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- Ein halber Tag
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100