Pythonista 3 library file, process.py, throws FileNotFoundError when using ProcessPoolExecutor
Summary The Pythonista 3 library file process.py throws a FileNotFoundError when using ProcessPoolExecutor. This error occurs at line 545 in the _check_system_limits function. The issue arises when executing concurrency code using the concurrent.futures module on an iPhone with the Pythonista 3 app. Root Cause The root cause of the error is due to the following … Read more