From gramos at yahoo.com Tue Mar 1 17:08:02 2022 From: gramos at yahoo.com (brown wrap) Date: Wed, 2 Mar 2022 00:08:02 +0000 (UTC) Subject: [pyngl-talk] Is this list still active? Trying to import Ngl References: <122238066.4084094.1646179682267.ref@mail.yahoo.com> Message-ID: <122238066.4084094.1646179682267@mail.yahoo.com> I am not sure if this list is still active. I have built PyNgl. The import fails: >>> import NglTraceback (most recent call last):? File "", line 1, in ? File "/software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/Ngl.py", line 1, in ? ? from ngl import __all__ as _ngl_all? File "/software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/ngl/__init__.py", line 49, in ? ? from . import fplibImportError: /software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/ngl/fplib.cpython-39-x86_64-linux-gnu.so: undefined symbol: _gfortran_stop_numeric_f08>>> quit() -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.allured at noaa.gov Tue Mar 1 18:00:33 2022 From: dave.allured at noaa.gov (Dave Allured - NOAA Affiliate) Date: Tue, 1 Mar 2022 18:00:33 -0700 Subject: [pyngl-talk] Is this list still active? Trying to import Ngl In-Reply-To: <122238066.4084094.1646179682267@mail.yahoo.com> References: <122238066.4084094.1646179682267.ref@mail.yahoo.com> <122238066.4084094.1646179682267@mail.yahoo.com> Message-ID: 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 On Tue, Mar 1, 2022 at 5:08 PM brown wrap via pyngl-talk < pyngl-talk at mailman.ucar.edu> wrote: > > I am not sure if this list is still active. I have built PyNgl. The import > fails: > > >>> import Ngl > Traceback (most recent call last): > File "", line 1, in > File > "/software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/Ngl.py", > line 1, in > from ngl import __all__ as _ngl_all > File > "/software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/ngl/__init__.py", > line 49, in > from . import fplib > ImportError: > /software7/depot/Anaconda3-2021.11/lib/python3.9/site-packages/ngl/ > fplib.cpython-39-x86_64-linux-gnu.so: undefined symbol: > _gfortran_stop_numeric_f08 > >>> quit() > _______________________________________________ > pyngl-talk mailing list > List instructions, subscriber options, unsubscribe: > https://mailman.ucar.edu/mailman/listinfo/pyngl-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: