[pyngl-talk] PyNIO and PyNGL installation error
Raju Ankleshwaria
raju.ankleshwaria at gmail.com
Mon Mar 6 14:04:37 MST 2017
Dear Users,
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.
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.
I need your help.
Raj
Version of PyNIO: 1.4.1 linux-redhat-x86_64-gcc412-py271-numpy160
PyNGL: 1.4.0 linux-redhat-x86_64-gcc412-py271-numpy160
[root at air site-packages]# python
Python 2.7.5 (default, Nov 6 2016, 00:28:07)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Ngl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/PyNGL/Ngl.py", line 39, in <module>
import fplib
ImportError: /lib64/libgfortran.so.1: undefined symbol: sqrtq
>>>
[root at air site-packages]# python
Python 2.7.5 (default, Nov 6 2016, 00:28:07)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Nio
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python2.7/site-packages/PyNIO/Nio.py", line 63, in
<module>
from nio import *
ImportError: /lib64/libgfortran.so.1: undefined symbol: sqrtq
>>> import Ngl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/PyNGL/Ngl.py", line 39, in <module>
import fplib
ImportError: /lib64/libgfortran.so.1: undefined symbol: sqrtq
>>>
[root at air site-packages]# locate libgfortran.so.1
/usr/lib64/libgfortran.so.1
/usr/lib64/libgfortran.so.1.0.0
[root at air site-packages]#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/pyngl-talk/attachments/20170306/8aa80064/attachment.html
More information about the pyngl-talk
mailing list