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
  Cannot find py credentials file standenman 5 1,662 Feb-25-2023, 08:30 PM
Last Post: Jeff900
  selenium can't find a file in my desk ? SouAmego22 0 751 Feb-14-2023, 03:21 PM
Last Post: SouAmego22
  Find (each) element from a list in a file tester_V 3 1,238 Nov-15-2022, 08:40 PM
Last Post: tester_V
  Need Help: FileNotFoundError:[Errno 2] No such file or directory python202209 5 2,672 Sep-12-2022, 04:50 AM
Last Post: python202209
  what will be the best way to find data in txt file? korenron 2 1,172 Jul-25-2022, 10:03 AM
Last Post: korenron
  find some word in text list file and a bit change to them RolanRoll 3 1,549 Jun-27-2022, 01:36 AM
Last Post: RolanRoll
  Find and delete above a certain line in text file cubangt 12 3,511 Mar-18-2022, 07:49 PM
Last Post: snippsat
Question Help to find the largest int number in a file directory SalzmannNicholas 1 1,641 Jan-13-2022, 05:22 PM
Last Post: ndc85430
  WinError 2, since fresh new Windows 10 install alok 1 1,655 Jan-06-2022, 11:20 PM
Last Post: lucasbazan
Thumbs Up [SOLVED] Find last occurence of pattern in text file? Winfried 4 4,428 Aug-13-2021, 08:21 PM
Last Post: Winfried

Forum Jump:

User Panel Messages

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