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
When installing R to a SUSE cloud image, I received the following error:
localhost:~ # /opt/R/4.2.3/bin/R --version
/opt/R/4.2.3/lib/R/bin/exec/R: error while loading shared libraries: libRblas.so: cannot open shared object file: No such file or directory
The following fixes this issue: zypper install -y openblas-devel
Please add the dependency above to RPM to avoid this error.
Can you try the openSUSE 15.3 RPM? We used openblas-devel (serial OpenBLAS) as the dependency for the openSUSE 15.3 RPMs, then switched to libopenblas_pthreads-devel (threaded OpenBLAS) starting with SUSE 15.4. I don't remember why the 15.3 RPM was using the serial version, but I retested it on a fresh openSUSE 15.3 image and it worked fine.
When installing R to a SUSE cloud image, I received the following error:
The following fixes this issue:
zypper install -y openblas-devel
Please add the dependency above to RPM to avoid this error.
RPM used:
SUSE image used:
OS Info:
The text was updated successfully, but these errors were encountered: