After upgrading to 1.3.0 from 1.2.2, our load() code starts having this issue.
File "/usr/local/lib/python3.6/site-packages/cloudpickle/cloudpickle.py", line 415, in _builtin_type
return getattr(types, name)
AttributeError: module 'types' has no attribute 'ClassType'
Also found this post described the same issue we got. mlflow/mlflow#2429
I suspect it is caused by #337 "Fix a side effect that would redefine types.ClassTypes as type when importing cloudpickle", which removed types.ClassType = type