这是由于包版本和python版本不匹配导致的
导入哪个包报这个错,就升级那个包,运行语句如下:
pip install -U 包名
报错:TypeError: __init__() got an unexpected keyword argument 'serialized_options'
原文:https://www.cnblogs.com/ywqtro/p/14797417.html