-
-
Notifications
You must be signed in to change notification settings - Fork 14
undefined symbol error via libgdal.so.20 #58
Comments
Note that B/c of that you may need to install the old version compiled with the old compilers. Try: conda create --name PYNIO --channel conda-forge/label/cf201901 pynio
conda activate PYNIO
python -c 'import Nio' |
Thanks for the workaround, @ocefpaf -- I can confirm that it works for me. Your support is, as always, much appreciated. |
Note that as soon as we "fix" hdfeos you can drop that workaround and use the packages with the new compilers. (It may take a while though...) Leaving this open so other can find it. |
@ocefpaf - we're running into this problem with xarray's ci system too. It looks like the hdfeos issues have been fixed. Does that mean pynio can be rebuilt with the new compilers now? |
Let me check, maybe there are other package that are missing. (The PR should happen automatically so we are either missing a package or the bot is nor working properly.) |
Found the missing package, it was |
I still got the same error even following the procedures below, $ conda create --name PYNIO --channel conda-forge/label/cf201901 pynio $ ipython
|
I believe that the compilation of
then do,
|
Thanks a lot. I got the following error after |
Can you post the |
$ conda list PYNIO packages in environment at /home/xyli/anaconda3:Name Version Build Channelpynio 1.5.4 py36h36f4ed2_0 conda-forge/label/cf201901 |
That is still the package from the Can you try the commands in #58 (comment) and install it from the |
$ conda create --name PYNIO --channel conda-forge pynio $ conda list PYNIO packages in environment at /home/xyli/anaconda3/envs/PYNIO:Name Version Build Channelpynio 1.5.5 py37h8b983ae_0 conda-forge |
Did you do the first two steps? |
Thanks. |
I cannot reproduce that error locally. It would be helpful if you list all the files in |
|
Issue:
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: