Open Nicholas-R-Sheriff opened 2 years ago
Hello,
Similar problem. I am working with Debian Stable, R 4.1.2 and RStudio 2022.02.0 I installed all dependencies without error, but reticulate::py_module_available("gluonts") returns FALSE I solved it with reticulate::py_install("gluonts[mxnet,pro]")
But, when I want to run nbeats()
Error in rlang::env_get()
:
! Can't find nbeats
in environment.
same problem here on Ubuntu 20
First of all, I would like to thank the author of this useful integration of GluonTs in R.
My issue concerns the Python Environment setup. As per the thread title:
reticulate::py_module_available("gluonts")
always returns[1] FALSE
. I am working in Linux (Lubuntu 22.04 LTS) - a very fresh install by the way. This is not a fancy PC setup at all: an old ATI Radeon 5450 for an old HP Workstation with two AMD Opteron 2356 that still have life to spend, so GPU problems or similar hardware related stuff have nothing to do here (presumably), nonetheless I found this topic about PyTorch unable to be running on old CPUs because it is compiled against AVX instructions, but I don't know if it may be related.I do have insalled
build-essential
on the system. I did have a full Ananconda distribution freshly installed before attemptinginstall_gluonts()
.I ran
install_gluonts()
multiple times seeing that it wouldn't work, but the console was not outputting anything about the need for a conda environment, meaning that the distribution was successfully discovered by the function, and also all the python packages have been installed, yet, again, as the title states... .Moreover, installing the package from source gives
non-zero exit status
. Below the output of an attempt of doing so.Many thanks for your time spent on this software, and many more if you would be so caring to help me!