Skip to content
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

Installation errors #13

Open
JRSlotman opened this issue Jun 26, 2023 · 1 comment
Open

Installation errors #13

JRSlotman opened this issue Jun 26, 2023 · 1 comment

Comments

@JRSlotman
Copy link

JRSlotman commented Jun 26, 2023

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?

@dhopp1
Copy link
Owner

dhopp1 commented Jun 26, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants