Hi,
This might be a really stupid question but I am trying to load Python into R and I am getting an error. I am using R markdown if that helps.
Code:
use_python("/Applications/Python 3.8", required = TRUE)
Error:
Error in use_python("/Applications/Python 3.8", required = TRUE) : failed to initialize requested version of Python
I am using a Mac. I'm not sure what I'm doing wrong. Any help would be appreciated!