i was successfully able to build vtk with python wrappings on mac OS using the suggestion given by Dan Lipsa in using vtk 8.2.0 with python wrappings with anaconda, however when i try to follow the same procedure in windows os i am getting the error
CMake should be getting the path to the python36.lib file and passing it (that first error causes the second error since vtkWrappingPythonCore doesn’t get made). Does python36.lib show up in CMakeCache.txt at all?
LIBPATH wouldn’t fix permission errors. I think this is more likely some #pragma asking to link python36.lib without extra information. Not sure why what CMake is generating with those cache isn’t working here without seeing the link link for WrappingPythonCore.