Closed nhavt closed 1 month ago
Hi, thanks for reaching out. Reticulate is not yet compatible with Python 3.13, which was released earlier this month. For now, please continue using Python 3.12 or an earlier version.
reticulate::install_python("3.12")
reticulate::virtualenv_create("r-reticulate", "3.12", force = TRUE)
The development version of reticulate now supports Python 3.13. To install it:
pak::pkg_install("rstudio/reticulate")
Please let us know if you encounter any further issues.
Hi there, I have a problem when setting up "reticulate" in R. For example,
I got the following error:
Do you have any suggestions on how to fix this issue? Below is my session info:
Thank you very much in advance!