-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fail on remotes::install_github("business-science/modeltime.gluonts") #34
Comments
I'm not aware of this. Are you able to install RcppParallel using |
Just a quick inspection, I found this link to a thread on RStudio Community. https://community.rstudio.com/t/error-message-in-rstudio/10664/3 It suggests:
|
Hi Matt - maybe i should have asked this on the slack channel and/or in your ts course questions, but I'm working on a sep machine with some restrictions so appreciate quick response here. I need to try a few other things starting with a new env build. Are there any known issues running gluonts and supporting packages on the following R version and platform? I got an error that RcppParallel is not available for this version of R. platform x86_64-pc-linux-gnu |
Try this:
|
I'm getting an error upon installing modeltime.gluonts --- the error is on RcppParallel -- is this a known issue or something related to my setup?
options.cpp:2:10: fatal error: RcppParallel.h: No such file or directory
#include <RcppParallel.h>
^~~~~~~~~~~~~~~~
compilation terminated.
/usr/lib/R/etc/Makeconf:172: recipe for target 'options.o' failed
make: *** [options.o] Error 1
ERROR: compilation failed for package ‘RcppParallel’
Error: Failed to install 'unknown package' from GitHub:
(converted from warning) installation of package ‘RcppParallel’ had non-zero exit status
The text was updated successfully, but these errors were encountered: