Installing ParaView in Windows

Hi All,
I’ve installed ParaView in Windows 10, the executable MS-MPI python3.7 version from here for visualizing vtp output files generated from VMTK.

There is a problem in running Python scripts, the reason is I’ve installed VMTK in python3.6. For obvious
reasons I am not able to run those scripts in the version of Paraview that has been installed.

Is there a workaround? I can’t install VMTK in py37 due to some issues in installing ITK dependencies.
I’ve cloned the github repository in python36 environment that I am using for my project. But I am not sure how to launch the visualizer from the cloned repository.