<div dir="ltr"><div>I think that error means that module fplib was forced to link with a gfortran runtime library version (libgfortran) that was different than the gfortran version that fplib was compiled with.  It looks like fplib is maintained or packaged by Conda.  I suggest report this to Conda and ask them to rebuild fplib with the correct gfortran version</div><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 1, 2022 at 5:08 PM brown wrap via pyngl-talk <<a href="mailto:pyngl-talk@mailman.ucar.edu">pyngl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div><div style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px"><div><div><br></div><div dir="ltr">I am not sure if this list is still active. I have built PyNgl. The import fails:</div></div><div dir="ltr"><br></div><div dir="ltr"><div><div>>>> import Ngl</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>  File "/software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/Ngl.py", line 1, in <module></div><div>    from ngl import __all__ as _ngl_all</div><div>  File "/software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/ngl/__init__.py", line 49, in <module></div><div>    from . import fplib</div><div>ImportError: /software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/ngl/<a href="http://fplib.cpython-39-x86_64-linux-gnu.so" target="_blank">fplib.cpython-39-x86_64-linux-gnu.so</a>: undefined symbol: _gfortran_stop_numeric_f08</div><div>>>> quit()</div></div></div></div></div>_______________________________________________<br>
pyngl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/pyngl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/pyngl-talk</a></blockquote></div></div>