Python Forum
FileNotFoundError: [WinError 2] The system cannot find the file specified
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FileNotFoundError: [WinError 2] The system cannot find the file specified
#1
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.
Reply
#2
Please post the complete exception traceback, not just the innermost function call.
Reply
#3
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to resolve FileNotFoundError llarkin6 6 1,806 Sep-29-2025, 05:45 PM
Last Post: noisefloor
  subprocess FileNotFoundError: [Errno 2] No such file or directory: Pedroski55 11 2,555 Aug-07-2025, 02:10 AM
Last Post: Pedroski55
  WinError 10061 with socket absolut 4 3,603 Jan-13-2025, 10:29 PM
Last Post: absolut
  FileNotFoundError: [Errno 2] No such file or directory although the file exists Arnibandyo 0 2,846 Aug-12-2024, 09:11 AM
Last Post: Arnibandyo
  Cannot find py credentials file standenman 5 4,686 Feb-25-2023, 08:30 PM
Last Post: Jeff900
  selenium can't find a file in my desk ? SouAmego22 0 1,694 Feb-14-2023, 03:21 PM
Last Post: SouAmego22
  Find (each) element from a list in a file tester_V 3 3,017 Nov-15-2022, 08:40 PM
Last Post: tester_V
  Need Help: FileNotFoundError:[Errno 2] No such file or directory python202209 5 7,862 Sep-12-2022, 04:50 AM
Last Post: python202209
  what will be the best way to find data in txt file? korenron 2 2,493 Jul-25-2022, 10:03 AM
Last Post: korenron
  find some word in text list file and a bit change to them RolanRoll 3 3,198 Jun-27-2022, 01:36 AM
Last Post: RolanRoll

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020