<div dir="ltr"><div><div><div><div><div><div><div>Hi Manoch,<br><br></div>ParaView doesn't package scipy on Windows because compiling it (so we know it works with our Python) is extremely difficult.<br><br></div>What you may be able to do is this:<br></div>-Install Python 2.7.X on your system<br></div>-Use pip install scipy to install the python wheels from PYPI<br></div>-One of the following:<br></div><div>---put the location that scipy is installed in your PYTHONPATH before you run ParaView<br></div><div>---Prepend the location that scipy was installed to your sys.path right after starting ParaView<br></div><div>---Copy the scipy folder from the location it was installed into $PARAVIEW_INSTALL\bin\Lib\site-packages<br></div><div><br></div><div>Keep in mind that this may not work.  We use a slightly older version of Python 2.7 and I don't know if it maintained ABI compatibility.<br>You may also run into conflicts with numpy since ParaView's numpy was not compiled with the fortran support that scipy needs.<br></div><div><br></div>HTH,<br></div>Shawn<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 22, 2018 at 12:10 PM, Manochehr Bahavar <span dir="ltr"><<a href="mailto:manoch@iris.washington.edu" target="_blank">manoch@iris.washington.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have developed a few Python Programable filters using ParaView 5.5.0 on Mac. Now that I am trying to use them on Windows platform, using ParaView 5.5.0, I get an error that scipy module is not available!! Any suggestions on how I may address this?<br>
<br>
<br>
Thanks,<br>
<br>
—manoch<br>
<br>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>