Python console messages

Why Slicer can not instantaine for example vtkvmtk, curveMarker other many issues. The messages are the following ones:

Failed to load vtkSlicerCrossSectionAnalysisModuleLogicPython: No module named vtkSlicerShapeModuleMRMLPython
Failed to load vtkSlicerStenosisMeasurement3DModuleLogicPython: No module named vtkSlicerShapeModuleMRMLPython
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\santiago.pendon\AppData\Local\slicer.org\Slicer 5.6.2\lib\Python\Lib\imp.py”, line 169, in load_source
module = _exec(spec, sys.modules[name])
File “”, line 613, in _exec
File “”, line 850, in exec_module
File “”, line 228, in _call_with_frames_removed
File “C:/Users/santiago.pendon/AppData/Local/slicer.org/Slicer 5.6.2/slicer.org/Extensions-32448/CurveMaker/lib/Slicer-5.6/qt-scripted-modules/CurveMaker.py”, line 6, in
from Endoscopy import EndoscopyComputePath
ImportError: cannot import name ‘EndoscopyComputePath’ from ‘Endoscopy’ (C:\Users\santiago.pendon\AppData\Local\slicer.org\Slicer 5.6.2\lib\Slicer-5.6\qt-scripted-modules\Endoscopy.py)
[Qt] loadSourceAsModule - Failed to load file “C:/Users/santiago.pendon/AppData/Local/slicer.org/Slicer 5.6.2/slicer.org/Extensions-32448/CurveMaker/lib/Slicer-5.6/qt-scripted-modules/CurveMaker.py” as module “CurveMaker” !
[Qt] Fail to instantiate module “CurveMaker”
[Qt] libpng warning: iCCP: profile ‘ICC Profile’: ‘CMYK’: invalid ICC profile color space
[Qt] libpng warning: iCCP: known incorrect sRGB profile
[Qt] libpng warning: iCCP: known incorrect sRGB profile
[Qt] libpng warning: iCCP: known incorrect sRGB profile
[Qt] Error(s):
[Qt] CLI executable: C:/Users/santiago.pendon/AppData/Local/slicer.org/Slicer 5.6.2/slicer.org/Extensions-32448/SlicerVMTK/lib/Slicer-5.6/qt-loadable-modules/vtkvmtk.py
[Qt] The process failed to start. Either the invoked program is missing, or you may have insufficient permissions to invoke the program.
[Qt] Fail to instantiate module “vtkvmtk”
[Qt] The following modules failed to be instantiated:
[Qt] vtkvmtk
[Qt] CurveMaker
[Qt] libpng warning: iCCP: known incorrect sRGB profile
[Qt] libpng warning: iCCP: known incorrect sRGB profile
[Qt] libpng warning: iCCP: known incorrect sRGB profile
[Qt] libpng warning: iCCP: known incorrect sRGB profile
[Qt] libpng warning: iCCP: known incorrect sRGB profile

There is a way to avoid the appearance of this info/solve the issues?

Regarding CurveMaker:

Regarding vtkvmtk message:

1 Like

In what version of Slicer are you seeing that? I just checked in a self-built Slicer and they are not apparent. I remember that it was resolved of old.

My version is 5.6.2 at this moment