zipcodeR icon indicating copy to clipboard operation
zipcodeR copied to clipboard

libarrow.so.800 error

Open bshor opened this issue 2 years ago • 1 comments

I have zipcodeR 0.3.4 installed on R 4.2.1 running on an Arch Linux derivative with the newest kernel.

I'm getting a bunch of scary warnings when I load zipcodeR, complaining about a missing library. I have the arrow package v9.0 installed. Perhaps zipcodeR expects v8.0?

Is this something to worry about?

> library(zipcodeR)
There were 16 warnings (use warnings() to see them)
> warnings()
Warning messages:
1: In CPL_gdal_init() :
  GDAL Error 1: libarrow.so.800: cannot open shared object file: No such file or directory
2: In CPL_gdal_init() :
  GDAL Error 1: libarrow.so.800: cannot open shared object file: No such file or directory
3: In CPL_gdal_init() :
  GDAL Error 1: libarrow.so.800: cannot open shared object file: No such file or directory
4: In CPL_gdal_init() :
  GDAL Error 1: libarrow.so.800: cannot open shared object file: No such file or directory
5: In CPL_gdal_init() :
  GDAL Error 1: libarrow.so.800: cannot open shared object file: No such file or directory
6: In CPL_gdal_init() :
  GDAL Error 1: libarrow.so.800: cannot open shared object file: No such file or directory
7: In CPL_gdal_init() :
  GDAL Error 1: libarrow.so.800: cannot open shared object file: No such file or directory
8: In CPL_gdal_init() :
  GDAL Error 1: libarrow.so.800: cannot open shared object file: No such file or directory
9: libarrow.so.800: cannot open shared object file: No such file or directory (GDAL error 1)
10: libarrow.so.800: cannot open shared object file: No such file or directory (GDAL error 1)
11: libarrow.so.800: cannot open shared object file: No such file or directory (GDAL error 1)
12: libarrow.so.800: cannot open shared object file: No such file or directory (GDAL error 1)
13: libarrow.so.800: cannot open shared object file: No such file or directory (GDAL error 1)
14: libarrow.so.800: cannot open shared object file: No such file or directory (GDAL error 1)
15: libarrow.so.800: cannot open shared object file: No such file or directory (GDAL error 1)
16: libarrow.so.800: cannot open shared object file: No such file or directory (GDAL error 1)

bshor avatar Sep 07 '22 16:09 bshor

This helped me:

sudo pacman-mirrors -f5 && sudo pacman -Syyu gdal arrow

Source: https://forum.manjaro.org/t/issues-with-gdal-and-arrow-after-update/117670/4

malexan avatar Sep 16 '22 11:09 malexan