CMake Error at /Users/tobias/opt/anaconda3/conda-bld/ros_1621309858089/_h_env_/lib/cmake/vtk-9.0/VTKPython-targets.cmake:392 (message):
The imported target "VTK::vtkCommonCorePython" references the file
"/Users/tobias/opt/anaconda3/conda-bld/ros_1621309858089/_h_env_/lib/python3.8/site-packages/vtkmodules/vtkCommonCore.so"
but this file does not exist. Possible reasons include:
I am not sure why there is a ..../lib/python3.8/site-packages/vtkmodules/; the .so files are directly under ..../lib. It could be an upstream issue.
I am not sure why there is a
..../lib/python3.8/site-packages/vtkmodules/
; the .so files are directly under..../lib
. It could be an upstream issue./cc @wolfv @traversaro