[Paraview] Errors in find data using paraview 4.1

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Sun Apr 24 11:43:07 EDT 2016


This seems to be an issue with the ParaView build in OpenFOAM. It's
not packaging numpy. Alternatively, if it's using system installed
Python, you will need to install numpy on your local Python
installation.

On Sat, Apr 23, 2016 at 2:42 PM, Jun Zhang <Jun.Zhang at ed.ac.uk> wrote:
> Hi All
>
> I am using Paraview 4.1 which is installed with OpenFOAM on Ubuntu 12.04.
> Basically, Paraview works well. However, when I try to use "find data" to
> extract something, the errors come out like this:
>
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File
> "/home/jun/OpenFOAM/ThirdParty-2.4.0/platforms/linux64GccMNF/ParaView-4.1.0/lib/paraview-4.1/site-packages/paraview/extract_selection.py",
> line 19, in <module>
>     from paraview.vtk import dataset_adapter
>   File
> "/home/jun/OpenFOAM/ThirdParty-2.4.0/platforms/linux64GccMNF/ParaView-4.1.0/lib/paraview-4.1/site-packages/paraview/vtk/dataset_adapter.py",
> line 5, in <module>
>     sure that it is installed properly.")
> RuntimeError: This module depends on the numpy module. Please makesure that
> it is installed properly.
>
> Anyone knows how to solve this problem? Highly appreciated.
>
> Best,
> Jun
>
>
>
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>
> _______________________________________________
> 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:
> http://public.kitware.com/mailman/listinfo/paraview


More information about the ParaView mailing list