rhythmic-notebook-21746
10/15/2023, 10:04 PMdevtools::install_github("Netflix/metaflow", subdir="R") I’m getting the error in the attached screenshot. Any idea how to get past this? Thanks so much.rhythmic-notebook-21746
10/15/2023, 11:46 PMWORKON_HOME in my .Rprofile environment variables.
Sys.setenv(WORKON_HOME = "~/.pyenv/versions")
Reticulate didn’t want to use my pyenv virtualenvs for some reason. Feels like a hack though