Hi, it is a simple python code print("Hello World!"). When I run this line of code in R Studio, I get the red stop button in my console, which indicates that a process is running and the console is out of use at the moment. It stays that way until I have to terminate the session. In addition, sometimes, I get the following error message in my console:
reticulate::repl_python()
Error in main_process_python_info() :
function 'Rcpp_precious_remove' not provided by package 'Rcpp'
I have Rcpp installed.