<div dir="ltr"><div>Dear Users,</div><div><br></div><div>I am installing PyNIO and PyNGL for the first time and getting errors. My system is CenOS 7 64-bit. I downloaded pre compiled files for my system with non-opendap.</div><div><br></div><div>I am getting error while import in Nio and Ngl. Please see the error below. I check the libgfortran and that file is there. Please see below.</div><div><br></div><div>I need your help.</div><div>Raj</div><div><br></div><div>Version of PyNIO: 1.4.1 linux-redhat-x86_64-gcc412-<wbr>py271-numpy160</div><div>PyNGL: 1.4.0 linux-redhat-x86_64-gcc412-<wbr>py271-numpy160</div><div><br></div><div><br></div><div>[root@air site-packages]# python<br>Python 2.7.5 (default, Nov  6 2016, 00:28:07) <br>[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt; import Ngl<br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;/usr/lib/python2.7/site-<wbr>packages/PyNGL/Ngl.py&quot;, line 39, in &lt;module&gt;<br>    import fplib<br>ImportError: /lib64/libgfortran.so.1: undefined symbol: sqrtq<br>&gt;&gt;&gt; <br>[root@air site-packages]# python<br>Python 2.7.5 (default, Nov  6 2016, 00:28:07) <br>[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt; import Nio<br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;/usr/lib64/python2.7/site-<wbr>packages/PyNIO/Nio.py&quot;, line 63, in &lt;module&gt;<br>    from nio import *<br>ImportError: /lib64/libgfortran.so.1: undefined symbol: sqrtq<br>&gt;&gt;&gt; import Ngl<br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;/usr/lib/python2.7/site-<wbr>packages/PyNGL/Ngl.py&quot;, line 39, in &lt;module&gt;<br>    import fplib<br>ImportError: /lib64/libgfortran.so.1: undefined symbol: sqrtq<br>&gt;&gt;&gt; <br>[root@air site-packages]# locate libgfortran.so.1<br>/usr/lib64/libgfortran.so.1<br>/usr/lib64/libgfortran.so.1.0.<wbr>0<br>[root@air site-packages]# </div></div>