# Installing ParaView in Windows

**URL:** https://discourse.paraview.org/t/installing-paraview-in-windows/4170
**Category:** ParaView Support
**Tags:** python
**Created:** [April 24, 2020, 7:09am UTC](https://discourse.paraview.org/t/installing-paraview-in-windows/4170 "2020-04-24T07:09:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Deepa](https://discourse.paraview.org/user_avatar/discourse.paraview.org/deepa/32/2213_2.png) [@Deepa](https://discourse.paraview.org/u/Deepa)
#### Post date: [April 24, 2020, 7:09am UTC](https://discourse.paraview.org/t/installing-paraview-in-windows/4170/1 "2020-04-24T07:09:55Z")

</div>

Hi All,  
I’ve installed ParaView in Windows 10, the executable MS-MPI python3.7 version from [here](https://www.paraview.org/download/) 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.
