-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example now failing after update to R 4.1.1 and RStudio 2021.09.0 Build 351 #234
Comments
I think this might be an issue with the shared libraries and the models not running as a consequence of this. This is described in the wiki (https://github.com/aemon-j/LakeEnsemblR/wiki/Installation-issues). To be sure if this is the cause of the issue you can run the models on their own using the
|
@JFeldbauer OMG I'm in GLIBC hell. I'll walk through that wiki entry.
|
A quick fix for GLM3r would be to delete libm.so.6 inside the package, re-install it and try again |
It should be enough to delet the libm.so.6 files in your local R installlation. This is usually located in your home dir e.g. |
Wild. I remove all four
FTR the three versions of
|
I will add (before closing this issue) a note from RStudio about R 4.1 that might be worth noting that there is a new graphics engine https://blog.rstudio.com/2021/06/09/rstudio-v1-4-update-whats-new/ and this might cause some problems. |
Thanks, I had the same issue with GOTM and after searching the net for + an hour, removing libm.so.6 did the job. |
After the update to R 4.1.1 and the necessary update of RStudio to 2021.09.0 Build 351, I had to reinstall all my R packages. This was fine (and expected) in Ubuntu 20.04.3 LTS.
Now, following the example from https://github.com/aemon-j/LakeEnsemblR/
The folder './FLake/output' exists but the output.dat does not.
This looks like a workding directory problem but
getwd()
shows '/home/jvenkiteswaran/tmp/example/feeagh' so './FLake/output' makes sense.The text was updated successfully, but these errors were encountered: