I’m trying to test my installation of vtk in anaconda on a linux computing center. Whenever I try to run a simple code, I keep on getting the Segmentation fault (core dumped) error and I am unable to render figures. Does anyone have any insight into why this might be? For reference, the code that I’m using here is a vtk python example that works on my personal computer.
Thanks!
Can you please provide the code and data that you’re using? However, seeing that it is rendering that triggers it, it could be insufficient drivers.
@sonnet Most computing environments don’t have graphics-capable GPUs. You’d have to find out if the environment provides you with a graphical context for rendering.