[pyngl-talk] PyNGL

Kevin Hallock hallock at ucar.edu
Mon May 16 09:01:55 MDT 2016


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.html 


More information about the pyngl-talk mailing list