[pyngl-talk] pyngl-talk Digest, Vol 139, Issue 4

不凡 see521 at qq.com
Fri Mar 10 18:46:50 MST 2017


td

---Original---
From: "pyngl-talk-request"<pyngl-talk-request at ucar.edu>
Date: 2017/3/9 03:00:13
To: "pyngl-talk"<pyngl-talk at ucar.edu>;
Subject: pyngl-talk Digest, Vol 139, Issue 4


Send pyngl-talk mailing list submissions to
pyngl-talk at ucar.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
or, via email, send a message with subject or body 'help' to
pyngl-talk-request at ucar.edu

You can reach the person managing the list at
pyngl-talk-owner at ucar.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pyngl-talk digest..."


Today's Topics:

   1. Re: PyNIO and PyNGL installation error (Kevin Hallock)
   2. Re: PyNIO and PyNGL installation error (Raju Ankleshwaria)


----------------------------------------------------------------------

Message: 1
Date: Tue, 7 Mar 2017 12:44:52 -0700
From: Kevin Hallock <hallock at ucar.edu>
Subject: Re: [pyngl-talk] PyNIO and PyNGL installation error
To: Raju Ankleshwaria <raju.ankleshwaria at gmail.com>
Cc: pyngl-talk at ucar.edu
Message-ID: <4EC6A150-9762-49B3-BBCF-2D76F4F88F27 at ucar.edu>
Content-Type: text/plain; charset="utf-8"

Hi Raj,

If the pre-compiled versions of PyNIO and PyNGL are causing problems on your system, you may want to consider using conda instead: https://www.pyngl.ucar.edu/Download/ <https://www.pyngl.ucar.edu/Download/>

The conda package manager handles all dependencies (including gfortran) for you so that situations like this shouldn?t happen. Please let me know if you have any questions.

Kevin

> On Mar 6, 2017, at 2:04 PM, Raju Ankleshwaria <raju.ankleshwaria at gmail.com> wrote:
> 
> 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]#
> _______________________________________________
> pyngl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/pyngl-talk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/pyngl-talk/attachments/20170307/2b37ba99/attachment-0001.html 

------------------------------

Message: 2
Date: Wed, 8 Mar 2017 10:43:58 -0800
From: Raju Ankleshwaria <raju.ankleshwaria at gmail.com>
Subject: Re: [pyngl-talk] PyNIO and PyNGL installation error
To: Kevin Hallock <hallock at ucar.edu>
Cc: pyngl-talk at ucar.edu
Message-ID:
<CALk2PuS90N7K0b_59nM_8bbFTC2=JrusTWaBuVKf2XD3KeQSeA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi kevin,

I installed Anaconda in my Linux3 x64 and NIO. However, I am getting the
below error of libjpecg.so.8. I do not have this file but version 9. see
below information for your review.

Thanks,
raj

[root at air runIndia]$ python
Python 2.7.13 |Anaconda custom (64-bit)| (default, Dec 20 2016, 23:09:15)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import Nio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/data/soft/anaconda2/lib/python2.7/site-packages/PyNIO/Nio.py",
line 63, in <module>
    from nio import *
ImportError: libjpeg.so.8: cannot open shared object file: No such file or
directory
>>>
KeyboardInterrupt
>>>
[root at air runIndia]$ locate libjpeg
/data/soft/anaconda2/lib/libjpeg.a
/data/soft/anaconda2/lib/libjpeg.la
/data/soft/anaconda2/lib/libjpeg.so
/data/soft/anaconda2/lib/libjpeg.so.9
/data/soft/anaconda2/lib/libjpeg.so.9.2.0
/data/soft/anaconda2/pkgs/jpeg-9b-0/lib/libjpeg.a
/data/soft/anaconda2/pkgs/jpeg-9b-0/lib/libjpeg.la
/data/soft/anaconda2/pkgs/jpeg-9b-0/lib/libjpeg.so
/data/soft/anaconda2/pkgs/jpeg-9b-0/lib/libjpeg.so.9
/data/soft/anaconda2/pkgs/jpeg-9b-0/lib/libjpeg.so.9.2.0
/usr/lib64/libjpeg.so
/usr/lib64/libjpeg.so.62
/usr/lib64/libjpeg.so.62.1.0
/usr/local/lib/libjpeg.a
/usr/local/lib/libjpeg.la
/usr/local/lib/libjpeg.so
/usr/local/lib/libjpeg.so.9
/usr/local/lib/libjpeg.so.9.2.0



On Tue, Mar 7, 2017 at 11:44 AM, Kevin Hallock <hallock at ucar.edu> wrote:

> Hi Raj,
>
> If the pre-compiled versions of PyNIO and PyNGL are causing problems on
> your system, you may want to consider using conda instead:
> https://www.pyngl.ucar.edu/Download/
>
> The conda package manager handles all dependencies (including gfortran)
> for you so that situations like this shouldn?t happen. Please let me know
> if you have any questions.
>
> Kevin
>
> On Mar 6, 2017, at 2:04 PM, Raju Ankleshwaria <raju.ankleshwaria at gmail.com>
> wrote:
>
> 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]#
> _______________________________________________
> pyngl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/pyngl-talk/attachments/20170308/137ff098/attachment-0001.html 

------------------------------

_______________________________________________
pyngl-talk mailing list
pyngl-talk at ucar.edu
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk


End of pyngl-talk Digest, Vol 139, Issue 4
******************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/pyngl-talk/attachments/20170311/beb7a3dd/attachment-0001.html 


More information about the pyngl-talk mailing list