[pyngl-talk] pyngl-talk Digest, Vol 131, Issue 1

Chengfei He yefee90 at gmail.com
Mon May 16 13:20:21 MDT 2016


Hi,

Is there any 1.5 version for macox? I used to install the 1.5 beta linux
version on mac without success.

<pyngl-talk-request at ucar.edu>于2016年5月16日周一 下午1:00写道:

> 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. PyNGL (Jose Ochoa)
>    2. Re: PyNGL (Oleksandr Huziy)
>    3. Re: PyNGL (Kevin Hallock)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 15 May 2016 20:22:57 -0700
> From: Jose Ochoa <jose.ochoa at sjsu.edu>
> Subject: [pyngl-talk] PyNGL
> To: pyngl-talk at ucar.edu
> Message-ID: <D2B0DAF7-E846-496F-AD70-9EF832DE40BF at sjsu.edu>
> Content-Type: text/plain; charset=utf-8
>
> Hi I am a meteorology student at San Jose State University and have been
> trying to install PyNGL for the past month or so. I was able to acquire
> PyNIO from ?conda? but not PyNGL. I am not a programmer myself, just a
> meteorologist who uses Python to analyze weather and climate data. Will
> PyNGL ever cross over to conda? What is the easiest way to install PyNGL
> for a Mac user who uses Terminal to code.
>
> Thank you,
>
> Jose Ochoa
> SJSU- 2016
> Meteorology: Climate Science
>
> ------------------------------
>
> Message: 2
> Date: Mon, 16 May 2016 06:06:27 -0400
> From: Oleksandr Huziy <guziy.sasha at gmail.com>
> Subject: Re: [pyngl-talk] PyNGL
> To: Jose Ochoa <jose.ochoa at sjsu.edu>
> Cc: "pyngl-talk at ucar.edu talk" <pyngl-talk at ucar.edu>
> Message-ID:
>         <
> CAN3p1sWjORnAPkGUx6neFh1SiEiiKLWOEHiyukyLNdAYAHz02w at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi:
>
>
> I've recently installed PyNGL for a friend on linux, from binaries (it took
> us ~10 min), just download binaries for mac and unzip the archive, then the
> contents of lib/site-packages should go to your python's installation
> site-packages dir and the contents of the bin should go to the bin folder
> with your python executable.
>
> A somewhat related question: is PyNGL ported to Python 3?
>
>
> Cheers
>
> 2016-05-15 23:22 GMT-04:00 Jose Ochoa <jose.ochoa at sjsu.edu>:
>
> > Hi I am a meteorology student at San Jose State University and have been
> > trying to install PyNGL for the past month or so. I was able to acquire
> > PyNIO from ?conda? but not PyNGL. I am not a programmer myself, just a
> > meteorologist who uses Python to analyze weather and climate data. Will
> > PyNGL ever cross over to conda? What is the easiest way to install PyNGL
> > for a Mac user who uses Terminal to code.
> >
> > Thank you,
> >
> > Jose Ochoa
> > SJSU- 2016
> > Meteorology: Climate Science
> > _______________________________________________
> > pyngl-talk mailing list
> > List instructions, subscriber options, unsubscribe:
> > http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
> >
>
>
>
> --
> Sasha
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ucar.edu/pipermail/pyngl-talk/attachments/20160516/876d007d/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Mon, 16 May 2016 09:01:55 -0600
> From: Kevin Hallock <hallock at ucar.edu>
> Subject: Re: [pyngl-talk] PyNGL
> To: Jose Ochoa <jose.ochoa at sjsu.edu>, Oleksandr Huziy
>         <guziy.sasha at gmail.com>
> Cc: "pyngl-talk at ucar.edu talk" <pyngl-talk at ucar.edu>
> Message-ID: <2A8699AD-EF7E-4FEC-962B-DA53B4060160 at ucar.edu>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Jose and Sasha,
>
>
> Jose ? We actually do have a PyNGL package ?pyngl", as well as an NCL
> package ?ncl", available via conda. These packages were created in the past
> few months and are still somewhat experimental (they do not correspond to
> an official release version and are essentially just development snapshots
> for now), and we do not yet have any relevant documentation on our website.
>
> If you are interested in trying this installation method, I would
> recommend installing PyNGL into its own conda environment if possible;
> dependency version mismatches may occur when installing PyNGL/NCL alongside
> certain other conda packages, another reason why I still consider these
> packages to be ?experimental?.
>
> In order to install PyNGL using conda, the channels ?dbrown? and
> ?khallock? must be included in your ?conda create? or ?conda install?
> command, for example:
> conda create --name pyngl --channel dbrown --channel khallock pyngl
>
>
> Sasha ? Regarding Python 3 support, this is a topic that we?ve recently
> been discussing internally and have identified as being fairly high
> priority. We have explored several options for porting PyNGL and PyNIO to
> Python 3, but this is still very much a work in progress. We will
> definitely send announcements to pyngl-talk and other appropriate mailing
> lists when more progress has been made.
>
>
> I hope this helps!
>
> Kevin
>
>
>
> > On May 16, 2016, at 4:06 AM, Oleksandr Huziy <guziy.sasha at gmail.com>
> wrote:
> >
> > Hi:
> >
> >
> > I've recently installed PyNGL for a friend on linux, from binaries (it
> took us ~10 min), just download binaries for mac and unzip the archive,
> then the contents of lib/site-packages should go to your python's
> installation site-packages dir and the contents of the bin should go to the
> bin folder with your python executable.
> >
> > A somewhat related question: is PyNGL ported to Python 3?
> >
> >
> > Cheers
> >
> > 2016-05-15 23:22 GMT-04:00 Jose Ochoa <jose.ochoa at sjsu.edu <mailto:
> jose.ochoa at sjsu.edu>>:
> > Hi I am a meteorology student at San Jose State University and have been
> trying to install PyNGL for the past month or so. I was able to acquire
> PyNIO from ?conda? but not PyNGL. I am not a programmer myself, just a
> meteorologist who uses Python to analyze weather and climate data. Will
> PyNGL ever cross over to conda? What is the easiest way to install PyNGL
> for a Mac user who uses Terminal to code.
> >
> > Thank you,
> >
> > Jose Ochoa
> > SJSU- 2016
> > Meteorology: Climate Science
> > _______________________________________________
> > pyngl-talk mailing list
> > List instructions, subscriber options, unsubscribe:
> > http://mailman.ucar.edu/mailman/listinfo/pyngl-talk <
> http://mailman.ucar.edu/mailman/listinfo/pyngl-talk>
> >
> >
> >
> > --
> > Sasha
> > _______________________________________________
> > 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/20160516/c5a2455b/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 131, Issue 1
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/pyngl-talk/attachments/20160516/f8a05242/attachment.html 


More information about the pyngl-talk mailing list