I have installed the recent R version 4.2.1, rtools version 42 and recent R Studio version. But after installing all these in my system.
When I am trying to open the new project, it will show the following error,
Type error: Cannot read property 'python' of null
.
I don't know how to set path for this version of R and in the new features of R 4.2.1 webpage, they have mentioned that no need of setting the path from the user.
So please help how to fix this error.
Asked
Active
Viewed 592 times
1

KABILAN
- 73
- 7
-
what is your new project called? – gaut Aug 02 '22 at 09:48
-
In top right side corner, currently it is showing `Project (None)`. If I click New Project, it is showing that error... – KABILAN Aug 02 '22 at 09:55
-
Apparently RStudio fails to detect if python is installed? I would install python or contact the RStudio support. – Roland Aug 02 '22 at 11:14
1 Answers
0
In my case the issue was tied to the new Quarto publishing platform on win 11.
I was able to fix it by installing Python and reinstalling Quarto to a path that had no empty space, e.g. "C:\Quarto". Installation in "C:\Program Files" was causing issues.

Lukáš Hejtmánek
- 290
- 1
- 9