conda-forge / vtk-feedstock

A conda-smithy repository for vtk.
BSD 3-Clause "New" or "Revised" License
13 stars 64 forks source link

vtk python cmake is not correct #188

Closed Tobias-Fischer closed 1 year ago

Tobias-Fischer commented 3 years ago
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.

/cc @wolfv @traversaro