KitwareMedical / VTKPythonPackage

A setup script to generate VTK Python Wheels
https://vtkpythonpackage.readthedocs.io
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

cmake for opencv doesn't pickup the self-compiled vtk python wheel. #48

Open hongyi-zhao opened 4 years ago

hongyi-zhao commented 4 years ago

Hi,

See here. alalek told me that the vtk python wheel created by python setup.py bdist_wheel doesn't contain the proper files for automatic CMake configuration.

How to solve this problem when I manually create the vtk python wheel currently?

Regards, HY