Hi all,
I want to share some updates.
After serveral attemps I managed to build the lib with SDK download from here as suggested by Ben.
The SDK appears incomplete because can’t resolve symbols like “vtkObject::GetObjectDescription()”
Python 3.12.7 (main, Feb 12 2025, 12:16:38) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from mymodules import renderingAnnotation
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /home/matteo/test/vtk_modules/Custom/venv/lib/python3.12/site-packages/mymodules/librenderingAnnotation.so: undefined symbol: _ZNK9vtkObject20GetObjectDescriptionB5cxx11Ev
What I’m missing now?
The SDK is vtk-wheel-sdk-9.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.tar.xz
In the other way, with full vtk built, this problem goes away, but cannot “communicate” with vtkCommonCore of pip’s version.