Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vtkvmtk error #474

@keisuke0117

Description

@keisuke0117

When I run the command:
python /mnt/d/vmtk/vmtkApps/CerebralAneurysms/ParentVesselReconstruction/patchandinterpolatecenterlines.py directoryPath id1 lateral
I get the following error:
Traceback (most recent call last):
File "/mnt/d/vmtk/vmtkApps/CerebralAneurysms/ParentVesselReconstruction/patchandinterpolatecenterlines.py", line 8, in
from vtkVmtk import vtkvmtk
File "/mnt/d/vmtk/vtkVmtk/vtkvmtk.py", line 9, in
from .vtkvmtkCommonPython import *
ModuleNotFoundError: No module named 'vtkVmtk.vtkvmtkCommonPython'

However, upon checking, I found that there is no vtkvmtkCommonPython module within the vtkvmtk folder. In fact, almost all of the modules referenced in vtkvmtk.py are missing, which is causing errors.

Has anyone else faced a similar issue? I would appreciate any advice on how to resolve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions