RuntimeError: can't start new thread

This helps me with pip install, thx!

Could you explain me pls, why i receive same error when i try to use threads\procs in my docker ( container with python).

from multiprocessing.dummy import Pool as ThreadPool

or

import concurrent.futures

or

import threading

All libs had same error:

RuntimeError: can't start new thread
1 Like