You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use_python I am running into some errors. This is very new and a bit confusing. I feel the route cause is in R, as I have used these environments in a python IDE and they are found with no issues.
library(reticulate)
use_python("C:/Users/kruti/anaconda3/envs/py3/python.exe")
Error in system(cmd, intern = intern, wait = wait | intern, show.output.on.console = wait, :
'/c' not found
#copied the python folder into the local enviroment and re-ran.
use_python("py3/python.exe")
Error in system(cmd, intern = intern, wait = wait | intern, show.output.on.console = wait, :
'/c' not found
I think the issue lies in system calling but am wondering if anyone has encountered such issues before.
The text was updated successfully, but these errors were encountered:
Krutik6
changed the title
When passing python location I encounter '/c' not found or Error 309
When passing python location I encounter '/c' not found
Apr 16, 2024
Automatically closed because there has not been a response for 14 days. When you're ready to work on this further, please comment here and the issue will automatically reopen.
When trying to use_python I am running into some errors. This is very new and a bit confusing. I feel the route cause is in R, as I have used these environments in a python IDE and they are found with no issues.
I think the issue lies in system calling but am wondering if anyone has encountered such issues before.
The text was updated successfully, but these errors were encountered: