business-science / modeltime.gluonts

GluonTS Deep Learning with Modeltime
https://business-science.github.io/modeltime.gluonts/
Other
38 stars 11 forks source link

Reticulate doesn't allow to change the environment #49

Open mandarpriya opened 1 year ago

mandarpriya commented 1 year ago

Sir, i shifted to windows for gluonts, all went well when installling the gluonts, library(modeltime.gluonts) worked perfectly well. I guess when i started my new session, and i guess with library(reticulate), it forces the python to reticulate environment but not where gr-gluonts is there, I tried to create a custom environment as shown , it get created and then same issue, library(reticulate) and py_discover_config() shows the reticulate environment but not the custom. So i was not able to understand what could be the possible error

marcozanotti commented 1 year ago

Same problem. Installing modeltime.gluonts works fine but attaching the python environment never work (neither via r-gluonts default env nor with custom env). This problem instead is not appearing when using neuralprophet, in that case the environment is attached correctly.

R version 4.2.2 Patched (2022-11-10 r83330) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 22.04.2 LTS