当我尝试在 Anaconda 中安装 R Studio 时,出现此错误。我该怎么办?
├─ pin-1 is not installable because it requires
│ └─ python 3.12.* , which conflicts with any installable versions previously reported;
└─ rstudio is not installable because there are no viable options
├─ rstudio [1.0.44|1.1.383|1.1.456] would require
│ └─ qt 5.6.* , which requires
│ └─ openssl 1.0.* , which conflicts with any installable versions previously reported;
└─ rstudio [1.0.136|1.0.153] would require
└─ fonts-continuum, which does not exist (perhaps a missing channel).
conda create --name R
conda activate R
conda install -c conda-forge r-base r-essentials r-devtools
which R
它应该显示您在 conda 中生成的环境的地址。