赞
踩
raise RuntimeError('already started') RuntimeError: already started
解决:
import multiprocessing multiprocessing.set_start_method('spawn', True)