Following this suggestion: https://community.rstudio.com/t/rstudio-and-python-virtual-environment-python-specified-does-not-exist/46098
library(reticulate) Sys.setenv(RETICULATE_PYTHON = here::here(".venv/Scripts/python.exe"))
After using this code and doing reticulate::py_confing() I receive fatal error.
What is the problem
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.