[ncl-install] Issue installing NCL with conda

Kevin Hallock hallock at ucar.edu
Wed May 30 09:39:19 MDT 2018


Hi Alex,

I’m sorry to hear you’re experiencing issues with installing NCL via conda.

Unfortunately, I am unable to reproduce this issue on my Mac. I have macOS Sierra 10.12.6, but I do not think that this would affect conda’s behavior.

Could you please try running “conda update --all -c conda-forge” with your “ncl_stable” environment activated, and then try running “ncl -V” again?

If that still does not work, could you please run “conda update conda” in your “root” environment (without activating “ncl_stable”), then try recreating the “ncl_stable” environment:
conda env remove -n ncl_stable
conda create -n ncl_stable -c conda-forge ncl
source activate ncl_stable

Thanks,
Kevin

> On May 29, 2018, at 11:16 PM, Alex Gonzalez via ncl-install <ncl-install at ucar.edu> wrote:
> 
> Hi,
> I am having an issue installing NCL with conda on my MacOS High Sierra (10.13.4). 
> 
> I executed the two commands: 
> conda create -n ncl_stable -c conda-forge ncl
> source activate ncl_stable
> After that, I tried: ncl -V and got this error: 
> dyld: Library not loaded: @rpath/libpoppler.71.dylib
>   Referenced from: /Users/alexo.gonzalez/anaconda3/envs/ncl_stable/lib/libgdal.20.dylib
>   Reason: image not found
>  
> Do you recognize this error?
> Thank you for your help,
> Alex
> 
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-install/attachments/20180530/c71ba299/attachment-0001.html>


More information about the ncl-install mailing list