Open JRSlotman opened 1 year ago
Hi Julian. It looks like this error isn't anything related to the library, just your dplyr installation. I would try install.packages("rlang")
and see if that fixes it. If not, I would restart again from scratch and this time run install.packages("dplyr",dependencies = TRUE)
, as that might solve the issue.
Hi Daniel,
Sorry to come back to this issue again but it keeps on popping op. I tried installing the nowcastLSTM in a clean environment but the installation failed and I got the following errors:
*** arch - i386 Error: package or namespace load failed for 'dplyr' in library.dynam(lib, package, package.lib): DLL 'rlang' not found: maybe not installed for this architecture? Error : package 'dplyr' could not be loaded Error: loading failed Execution halted
Tidyverse and reticulate are already installed and loaded in the new environment. What can I do to overcome this?