@mwestphal Are you sure with regards to scipy? I believe we are compiling scipy into the Linux and possibly Mac builds, but NOT the Windows one. I just checked 5.7.0-RC4 on windows (not present), and Linux (present). Also, I believe you want to import scipy, not scpipy. Anyway, scipy is not built on Windows because it requires the installation of a Fortran compiler.
Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on win32
from paraview.simple import *
import scipy as sp
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘scipy’
import scpipy as sp
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘scpipy’