-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"[WinError 2] The system cannot find the file specified" #7
Comments
Hi, thanks for the report! in which part of the process did you receive this error? |
Hi, I got this error message after input stack layer based on my research CRS. After PCA layer show 7 layer i already input in stack then i click save as PCA. From this button i got the error message. Thank You |
any update regarding this ? |
I was trying to reproduce the error, I already could! working on it... |
Sorry late report, its works , great ! |
I update the vesion |
Hi PCA4CD team,
I got an issue "[WinError 2] The system cannot find the file specified", can you help me to solve this problem ?
Im already used QGIS 3.12.1
here's the error code:
Traceback (most recent call last):
File "C:/Users/IndraR/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\pca4cd\utils\system_utils.py", line 36, in wrapper
return func(*args, **kwargs)
File "C:/Users/IndraR/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\pca4cd\utils\system_utils.py", line 86, in wrapper
obj_returned = func(*args, **kwargs)
File "C:/Users/IndraR/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\pca4cd\gui\main_analysis_dialog.py", line 277, in save
subprocess.run(cmd)
File "C:\PROGRA
1\QGIS31.12\apps\Python37\lib\subprocess.py", line 453, in runwith Popen(*popenargs, **kwargs) as process:
File "C:\PROGRA
1\QGIS31.12\apps\Python37\lib\subprocess.py", line 756, in initrestore_signals, start_new_session)
File "C:\PROGRA
1\QGIS31.12\apps\Python37\lib\subprocess.py", line 1155, in _execute_childstartupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
Thank You
Best Regards
The text was updated successfully, but these errors were encountered: