I can't run py in rstudio

I had install r-miniconda in rstudio,and everything run well.But I want use my system python version,after I remove ~/.local/share/r-miniconda directory,when I run reticulate::repl_python() it returns
Error in py_call_impl(callable, dots$args, dots$keywords) :
TypeError: use() got an unexpected keyword argument 'warn'

And this only effect in rstudio.When I run R in konsole, reticulate::repl_python() runs well.
I already add Sys.setenv(RETICULATE_PYTHON="/usr/bin/python") to .Rprofile
I don't know why,anyone can help me?Thank you very much!

Just downgrade matplotlib to below 3.3!

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.