rstudio / tfprobability

R interface to TensorFlow Probability
https://rstudio.github.io/tfprobability/
Other
54 stars 16 forks source link

tfprobability namespace load failed #147

Open shaon11579 opened 3 years ago

shaon11579 commented 3 years ago

library(tfprobability) Error: package or namespace load failed for ‘tfprobability’ in get(Info[i, 1], envir = env): lazy-load database '/Users/memphis/Library/R/4.0/library/tfprobability/R/tfprobability.rdb' is corrupt In addition: Warning message: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1

anirban-mukherjee commented 2 years ago

This issue happens often on R when installing. The fix is to restart R and then it should work. You can Google for something like "lazy-load database is corrupt" and you will find many bug reports for different R packages.