Why do I get an error that reads module 'multiprocessing' has no attribute 'sharedctypes'?

前端 未结 0 592
春和景丽
春和景丽 2020-12-06 05:29

I have a Python program that uses multiprocessing.

At a certain point, I do:

import multiprocessing
import ctypes

...

# data is an ndarray
sm_data =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题