Open AshesITR opened 1 year ago
Thanks for reporting, I'll investigate on Monday.
If you need a quick fix, a bare install_tensorflow()
call should just work now, the underlying routines will find a suitable python in the runner tool cache automatically, and create a virtualenv with it that the R package will automatically find.
Thanks for the swift reply. I can live without testing on Windows R 3.6 for the moment.
I'm having some difficulty reproducing this locally - this error seems to be confined to some interaction between GHA and the older version of R.
Sidenote - with the most recent pair of TF and reticulate releases, conda as an installation method is now opt-in. A bare call like install_tensorflow()
will create a virtual environment.
Removing the install_miniconda()
call (or wrapping it in a try()
) should allow the rest of the action steps to finish successfully.
Trying
reticulate::install_miniconda()
on GHA with the following matrix config fails only for windows on R 3.6. Is this intentional? I've disabled the config for now.From this run log.