# Python scripting on MAC: can’t load paraview.simple with standard python interpreter

**URL:** https://discourse.paraview.org/t/python-scripting-on-mac-can-t-load-paraview-simple-with-standard-python-interpreter/6381
**Category:** ParaView Support
**Created:** [February 3, 2021, 5:53pm UTC](https://discourse.paraview.org/t/python-scripting-on-mac-can-t-load-paraview-simple-with-standard-python-interpreter/6381 "2021-02-03T17:53:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jschm](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/j/db5fbb/32.png) [@jschm](https://discourse.paraview.org/u/jschm)
#### Post date: [February 3, 2021, 5:53pm UTC](https://discourse.paraview.org/t/python-scripting-on-mac-can-t-load-paraview-simple-with-standard-python-interpreter/6381/1 "2021-02-03T17:53:42Z")

</div>

Hi everybody

I want to use paraview.simple with my standard python interpreter (currently python 3.7.0, based on conda). I have installed the latest release ParaView-5.9.0 on my MAC. I tried following the instructions at [https://www.paraview.org/Wiki/ParaView/Python\_Scripting](https://www.paraview.org/Wiki/ParaView/Python_Scripting) by setting PYTHONPATH, but there is no subdirectory “site-packages”. Looking at a working installation of ParaView-5.9.0 on a supercomputer that I have access to, PYTHONPATH is set to “…lib64/python3.8/site-packages”. On my MAC there is no such subdirectory. I tried setting PYTHONPATH to the directories “Libraries/lib/python3.8” and/or “Python” but that does not work.

Should it be possible to load paraview.simple with a standard python interpreter using the prebuilt binaries or do I need to compile paraview from source? Do I need to update my current python version?

I would appreciate if you could help me know what is my mistake and how I can solve it.

---

<div class="post-metadata">

### Author: ![hdz19900725](https://discourse.paraview.org/user_avatar/discourse.paraview.org/hdz19900725/32/7157_2.png) [@hdz19900725](https://discourse.paraview.org/u/hdz19900725)
#### Post date: [February 5, 2021, 1:59am UTC](https://discourse.paraview.org/t/python-scripting-on-mac-can-t-load-paraview-simple-with-standard-python-interpreter/6381/2 "2021-02-05T01:59:49Z")

</div>

I think you should update your python version, the python interpreter’s version must be the same with what paraview used.

---

<div class="post-metadata">

### Author: ![Muhammad\_Saad\_Atique](https://discourse.paraview.org/user_avatar/discourse.paraview.org/muhammad_saad_atique/32/11159_2.png) [@Muhammad\_Saad\_Atique](https://discourse.paraview.org/u/Muhammad_Saad_Atique)
#### Post date: [March 20, 2023, 8:26pm UTC](https://discourse.paraview.org/t/python-scripting-on-mac-can-t-load-paraview-simple-with-standard-python-interpreter/6381/3 "2023-03-20T20:26:02Z")

</div>

Hi, were you able to resolve this issue?
