Problem in Configuration Rstudio with Python

I have installed Rstudio and Python 3.8, and I have installed reticulate package, and when I opened new Python file in Rstudio, I have typed this

library(reticulate)
But when I typed py_config()
I faced this problem

Error in py_initialize(config$python, config$libpython, config$pythonhome, :
Py_CompileString - The specified procedure could not be found.

So how to solve this problem? and how to join python with Rstudio, and make them integrated

problem solved using the devtools::install_github("rstudio/reticulate") version, see #385 (comment)

Hi fengtian,
Thank you for your reply,
and about the link in "[#385 (comment) ]" I didn't find a solution,

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.