• 카테고리

    질문 & 답변
  • 세부 분야

    프로그래밍 언어

  • 해결 여부

    미해결

오류 질문드립니다.

22.01.18 20:10 작성 조회수 149

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

답변을 작성해보세요.

0

네 파이썬 버전을 높여서 한 번 설치하시고 정확하게 현재 python 3.6 이상으로 실행되는지 확인해보세요

또한, if __main__ 블럭안에서 최초 실행이 되야 해여!