[Paraview] Using Pandas in Paraview v5.4.1

Scott Wittenburg scott.wittenburg at kitware.com
Fri May 11 13:21:16 EDT 2018


Hello Dennis,

Depending on how you want to use pandas within ParaView, one approach that
could work involves creating a virtual environment and installing pandas
there.  Then a couple of lines of python can make modules installed in that
virtualenv available from pvpython.  See this blog post for more
information:

https://blog.kitware.com/using-pvpython-and-virtualenv/

Hope this helps,
Scott

On Fri, May 11, 2018 at 11:11 AM, Dennis Conklin <
dennis_conklin at goodyear.com> wrote:

> All,
>
>
>
> I need some pandas functions for some filters.    Pandas, unfortunately is
> not a simple library (there is no pands.py) – it needs to be installed into
> your version of python as a module.    How can I get this in Paraview
> (hopefully, without compiling from source).    Can I install pandas into
> the python installation included with the PV download?
>
>
>
> Thanks
>
>
>
> Dennis
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview/attachments/20180511/af83e54f/attachment.html>


More information about the ParaView mailing list