작성한 질문수
우리를 위한 프로그래밍 : 파이썬 중급 (Inflearn Original)
병렬성 2 - Futures(5-1)
작성
·
294
0
with ThreadPoolExecutor() as excutor: 에서는 잘 실행되는데
with ProcessPoolExecutor() as excutor: 에서
BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending. 오류가 나오는데 구글링 해도 잘 모르겠네요
답변 1
네 파이썬 버전을 높여서 한 번 설치하시고 정확하게 현재 python 3.6 이상으로 실행되는지 확인해보세요
또한, if __main__ 블럭안에서 최초 실행이 되야 해여!