AttributeError: module ‘dill._dill’ has no attribute ‘stack’
将dill-0.3.5降级为dill-0.3.4解决了此问题
pip install dill==0.3.4
AttributeError: module ‘dill._dill’ has no attribute ‘s…
AttributeError: module ‘dill._dill’ has no attribute ‘stack’
将dill-0.3.5降级为dill-0.3.4解决了此问题
pip install dill==0.3.4