[pyngl-talk] missing shared library for PyNIO
Kevin Hallock
hallock at ucar.edu
Tue Feb 7 14:53:05 MST 2017
Hi Marcia,
Could you please run “conda list -n pyn_test” and reply with the output?
The conda-forge project has been rebuilding packages the past few days to address issues with libicu like what you’ve experienced.
Thanks,
Kevin
> On Feb 7, 2017, at 1:23 PM, Marcia Branstetter <branstetterm at ornl.gov> wrote:
>
> Hi,
>
> I installed PyNIO and PyNGL on a computer:
> Linux 3.10.0-327.4.4.el7.x86_64 #1 SMP Tue Jan 5 16:07:00 UTC 2016 x86_64
> x86_64 x86_64 GNU/Linux
> today, using
> conda create --name pyn_test --channel conda-forge pynio
> pyngl
>
> but after I activate pyn_test, go into python and then try to import Nio,
> I get an error message:
>>>> import Nio
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File
> "/home/mbranst/miniconda2/envs/pyn_test/lib/python2.7/site-packages/PyNIO/Nio.py",
> line 83, in <module>
> from nio import *
> ImportError: libicui18n.so.58: cannot open shared object file: No such
> file or directory
>>>> import Ngl
> Segmentation fault (core dumped)
>
> If I import Ngl first, and print the version, I get
>>>> import Ngl
>>>> print Ngl.__version__
> 1.5.0_beta20161122
>
> A few weeks ago, I installed PyNIO and PyNGL in the same way on another
> linux machine, and it's been working fine.
>
> I tried installing on a linux virtual machine today and got the same
> errors.
>
> Thanks,
> Marcia Branstetter
>
>
> _______________________________________________
> pyngl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
More information about the pyngl-talk
mailing list