Rstudio打开报错pythonPath环境变量有问题?

刚安装R-4.2.2和Rstudio,打开之后出现这一行怎么解决?
Error in if (file.exists(pythonPath)) return(pythonPath) :
argument is of length zero

在Rstudio的tools里面选择global option,找到Python项,将勾选去掉。

我也是这样,只要打开或者新建一个project就这样,在关闭所有的 project时,就没有这个了。你解决了吗?