Python Forum

Full Version: FileNotFoundError: [WinError 2] The system cannot find the file specified
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I get this error when I run my code:

Error:
File "C:\Users\Me\AppData\Local\Programs\Python\Python39\lib\multiprocessing\pool.py", line 771, in get raise self._value FileNotFoundError: [WinError 2] The system cannot find the file specified
But I do have that file "Pool.py" in the said location.
Please post the complete exception traceback, not just the innermost function call.
The error says code in pool.py cannot find some file. The error does not say pool.py could not be found. You need to trace the error back to the mistake made in your code that results in this error.