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

VTK 8.1.2 in Windows with Py3.7 seg. faults! #33

Open Garyfallidis opened 5 years ago

Garyfallidis commented 5 years ago

VTK 8.1.2 (https://pypi.org/project/vtk/#files) in Anaconda with Python 3.7 is crashing. Tested on Windows 10. This can be shown in a very simple way just install pip install vtk and then run one of the Python examples e.g. https://vtk.org/Wiki/VTK/Examples/Python/Cylinder python vtk_cylinder.py And you will see a window appearing and disappearing very fast (crashing). Seems like a major issue to me. Let me know if there is an alternative installation with Anaconda and Py3.7. Thanks!