platformio.exe didn't created after installation

Hi, I tried to install platformio using both vscode extension and python get-platformio.py.
By using vscode I get an error that platformio executable doesn’t exist. And by using get-platformio.py, installation apparently seems to be successful, but it’s not! full message from cmd:

PlatformIO Core has been successfully installed into an isolated environment C:\Users\ParsComputer\.platformio\penv!

The full path to platformio.exe is C:\Users\ParsComputer\.platformio\penv\Scripts\platformio.exe

But it isn’t any platformio.exe in the specified path

By the way I already opened an issue in github about this, here’s the link for more information (version of windows and other stuff is there too):

I wonder if error of vscode and not creating the executable file has the same reason…
Thanks in advance