'Getting error when using Multiprocessing manager objects like dict or value when running the code in vscode or from conda but not from spyder
I'm getting the following error when running a function in a process that changes the Manager.dict & Manager.value objects that are input arguments of the function :
_winapi.WaitNamedPipe(address, 1000) FileNotFoundError: [WinError 2] The system cannot find the file specified
This error occurs when running the code in vscode which is linked to conda and when i run it from command line from conda python but not when using spyder.
In spyder the code runs fine using same environment.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
