ocr2text icon indicating copy to clipboard operation
ocr2text copied to clipboard

FileNotFoundError: [WinError 2] The system cannot find the file specified

Open zinnirakhan opened this issue 3 years ago • 1 comments

I am facing below issue. 1614771664371

zinnirakhan avatar Mar 03 '21 11:03 zinnirakhan

This sounds like the same issue described in https://stackoverflow.com/questions/53619765/python-subprocess-filenotfounderror

Maybe try to locate where in your filesystem your version of Python 3.8 is and determine where subprocess.py is, then compare it to the path, above, where the command is looking, and determine why they are mismatched, per suggestions in the link above?

markfullmer avatar Mar 03 '21 11:03 markfullmer