Log in

View Full Version : How to include VTK for Python3 installation into setup.py?



dennis123
10-18-2017, 07:35 AM
How to include VTK for Python3 installation into setup.py?

rohit
11-10-2017, 02:00 AM
In opinion, you can include any executable code in the system file. Conversely, nowhere in the setuptools certification could I find info that would solve the problem here.
Also, the installation process for vtk is a bit multifaceted which is why kitware uses cmake in the primary place.
So, In short response would be "no" or "don't do that".