You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install this package with install.packages("cuda.ml") or devtools::install_github("mlverse/cuda.ml") but I got an error when building the package,
There are two more, /lib64/libc.so.6 and /usr/lib64/libc_nonshared.a.
I tried Debian 11 or Ubuntu 20.04 but got the same issue. I wonder which distro you are using and also if you installed any dev packages regarding these files ?
I tried to workaround the issue by soft links the files when I was trying with Debian 11 but got a badalloc when running the sample code,
I was trying to install this package with
install.packages("cuda.ml")
ordevtools::install_github("mlverse/cuda.ml")
but I got an error when building the package,There are two more,
/lib64/libc.so.6
and/usr/lib64/libc_nonshared.a
.I tried Debian 11 or Ubuntu 20.04 but got the same issue. I wonder which distro you are using and also if you installed any dev packages regarding these files ?
I tried to workaround the issue by soft links the files when I was trying with Debian 11 but got a badalloc when running the sample code,
Any suggestions would be appreciated !
The text was updated successfully, but these errors were encountered: