[Paraview] Paraview 5.5 RC build fails due to wrong python paths.

Michalke, Simon simon.michalke at fau.de
Wed Feb 28 07:21:17 EST 2018


Hi,

I am trying to build the latest paraview using paraview-superbuild (I 
set the branch config to "release"). I need catalyst python wrappings 
and I am using system python (3.4). I get the following error:

CMake Error at VTK/Wrapping/Python/cmake_install.cmake:5822 (file):
   file INSTALL cannot find
   "[...]/superbuild/paraview/build/lib/python3.4/site-packages/vtk.pyc".
Call Stack (most recent call first):
   VTK/cmake_install.cmake:260 (include)
   cmake_install.cmake:118 (include)

the .pyc and .pyo file are located here:
[...]/superbuild/paraview/build/lib/python3.4/site-packages/__pycache__/vtk.cpython-34.pyc
[...]/superbuild/paraview/build/lib/python3.4/site-packages/__pycache__/vtk.cpython-34.pyo

I tried editing the .cmake files to fix this, which didn't work. I guess 
they are being re-generated each time I run "make" :(

Regards,
Simon


More information about the ParaView mailing list