Cmdstanr error: version `GLIBC_2.32' not found

Hi everyone!
I was using rstan for the past few months, and I’m trying to move to cmdstanr but I have some issue with the installation.
When I’m following the vignette (Getting started with CmdStanR • cmdstanr), everything work until I run the installation example (section running MCMC).
I get

Chain 4 Iteration: 1001 / 2000 [ 50%]  (Sampling) 
Chain 4 Iteration: 1500 / 2000 [ 75%]  (Sampling) 
Chain 4 Iteration: 2000 / 2000 [100%]  (Sampling) 
Chain 1 finished in 0.0 seconds.
Chain 2 finished in 0.0 seconds.
Chain 3 finished in 0.0 seconds.
Chain 4 finished in 0.0 seconds.

All 4 chains finished successfully.
Mean chain execution time: 0.0 seconds.
Total execution time: 0.3 seconds.

grep: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /apps/rocs/2020.08/prefix/lib/../lib64/libpthread.so.0)
Error: Supplied CSV file is corrupt!

I try to install GLIBC_2.32 but I wasn’t successful. I also contacted my IT teams, but I wanted to know if someone already had these issue and might know how I could overcome this issue please?

(some of my session info being:
R version 4.0.5 (2021-03-31)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux 8.10 (Ootpa)

Matrix products: default
BLAS/LAPACK: /apps/rocs/2020.08/cascadelake/software/OpenBLAS/0.3.9-GCC-9.3.0/lib/libopenblas_skylakexp-r0.3.9.so)

Thank you in advance!
-S

The issue was resolved by simply up-dating the R version. For anyone having the same issue, see also:

1 Like