[R] unable to load latticeExtra in AWS R

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Sat Sep 9 00:34:29 CEST 2023


8 сентября 2023 г. 22:25:10 UTC, Naresh Gurbuxani <naresh_gurbuxani using hotmail.com> пишет:
>> library(latticeExtra)
> Error: package or namespace load failed for ‘latticeExtra’ in dyn.load(file, DLLpath = DLLpath, ...):
>  unable to load shared object '/home/ec2-user/SageMaker/R-library/jpeg/libs/jpeg.so':
>   libjpeg.so.8: cannot open shared object file: No such file or directory

>!> sessionInfo()
> R version 4.2.3 (2023-03-15)
> Platform: x86_64-conda-linux-gnu (64-bit)
> Running under: Amazon Linux 2
Sounds like an LD_LIBRARY_PATH problem. How did you install the jpeg package? Try reinstalling it.
-- 
Best regards,
Ivan



More information about the R-help mailing list