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 < [email protected]> 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 > >
_______________________________________________ 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
