Skip to content

'CreateProcess' failed to run... #1294

@nicolapasquino

Description

@nicolapasquino

I am using Rstudio 2022.07.2 with R 4.1.3 in Win10.
Apparently for no reason, this morning I started receiving the following error message for every function provided by the reticulate library:

For example:
> library(reticulate)
> pd <- import("pandas")
Error in system2(command = python, args = shQuote(script), stdout = TRUE, : 'CreateProcess' failed to run 'C:/PathToPython\python.exe "C:/PathToRLibraries/reticulate/config/config.py"'

I have searched the web for similar issues but only came across this post that suggested searching within the reticulate issues. Since I don't seem to have been able to find any solution, I decided to open a new issue.
Any advice would be much appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    reprexCan't reproduce

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions