-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I was having an issue with line 129 where I was getting the error FileNotFoundError: [WinError 2] The system cannot find the file specified. I did a lot of trouble shooting and it turns out that the issue was the program not being able to find powershell.exe. I did some testing on my PC and I did have powershell and was able to execute the process manually but it seemed like python was having an issue finding it. I was able to fix this by writing out the full path of powershell.exe in the line then just powershell.exe. I think it would be a good idea to put the full path instead of powershell.exe as the path for powershell never changes.
Metadata
Metadata
Assignees
Labels
No labels