add scipy library to paraview's python in windows

Hello,
scipy is an excelent tool for data analysis, and the issue is that it is not available in windows but it is by default in linux. it would be nice to be added by default in the pre compiled downloadable versions for windows.
thanks in advance

It is in the .zip binaries, but not the .exe or .msi because it makes paths too long for NSIS/WiX to handle. WiX4 is supposed to fix it, but CMake does not yet support it.

Hello @ben.boeckel , thanks for your answer but how can I then use pvbatch with scipy in paraview (in windows) without the need to compile it? is this possible?

Yes, use the .zip package on Windows, not the .msi.

1 Like